118 |
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND cg.id_group='1' AND c.level_depth<=3 AND c.nleft>3 AND c.nright<22 GROUP BY cp.id_category |
1.759
ms
|
470448 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.695
ms
|
1449 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.575
ms
|
1440 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:708 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
153 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.403
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 7
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.178
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:785
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) |
1.082
ms
|
5808 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) GROUP BY p.condition |
1.050
ms
|
5808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:394 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:137 (getConditionsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) |
1.028
ms
|
5808 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) |
0.976
ms
|
5808 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.951
ms
|
986 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
139 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 2) AND
sp.id_country IN (0, 6) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2025-09-23 07:50:39' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2025-09-23 07:50:39' <= sp.to)
) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((sp.reduction>0)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) |
0.950
ms
|
5808 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:605 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
0.943
ms
|
33264 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=4)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute IN (28, 29, 30))) GROUP BY pac.id_attribute |
0.939
ms
|
2352 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=20)) AND ((pac_1.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=1)) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) GROUP BY pac.id_attribute |
0.901
ms
|
5808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) GROUP BY p.id_manufacturer |
0.891
ms
|
5808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
0.887
ms
|
308 |
|
|
/classes/Hook.php:455
/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:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND p.date_add>'2014-10-12 00:00:00' |
0.886
ms
|
3696 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:587 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=6)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) GROUP BY pac.id_attribute |
0.856
ms
|
5808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) GROUP BY pac.id_attribute |
0.852
ms
|
5808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((p.on_sale=1)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) |
0.824
ms
|
3696 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:565 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:143 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 6) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' |
0.770
ms
|
336 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.765
ms
|
365 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("ecb7b5536ad93795534b33223164b917", "a:1:{s:7:\"filters\";a:9:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"分类\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"可用性:\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:12:\"库存充足\";s:3:\"nbr\";i:1;}i:0;a:2:{s:4:\"name\";s:9:\"无库存\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"价格\";s:3:\"max\";d:100;s:3:\"min\";d:100;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:10:\"¤#,##0.00\";s:15:\"negativePattern\";s:11:\"-¤#,##0.00\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:1;s:5:\"value\";N;}i:3;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"1\";s:4:\"name\";s:9:\"颜色:\";s:14:\"is_color_group\";b:1;s:6:\"values\";a:3:{i:1;a:6:{s:4:\"name\";s:6:\"黑色\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#000000\";s:7:\"checked\";b:1;}i:2;a:5:{s:4:\"name\";s:6:\"蓝色\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#1e73be\";}i:5;a:5:{s:4:\"name\";s:6:\"绿色\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#228b22\";}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"4\";s:4:\"name\";s:6:\"Memory\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:2:{i:20;a:5:{s:4:\"name\";s:2:\"32\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:22;a:4:{s:4:\"name\";s:2:\"96\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"6\";s:4:\"name\";s:7:\"Storage\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:2:{i:28;a:5:{s:4:\"name\";s:5:\"128GB\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:30;a:5:{s:4:\"name\";s:5:\"512GB\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"品牌\";s:6:\"values\";a:1:{i:5;a:2:{s:4:\"name\";s:6:\"REALME\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:7;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:6:\"促销\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:9:\"新商品\";s:3:\"nbr\";i:1;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:8;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"条件\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"新\";s:3:\"nbr\";i:0;}s:4:\"used\";a:3:{s:4:\"name\";s:12:\"已被使用\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:6:\"翻新\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
0.740
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:209
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.735
ms
|
986 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=2)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) GROUP BY pac.id_attribute |
0.720
ms
|
2640 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute IN (1, 10, 13))) AND ((pac_1.id_attribute=20)) AND ((pac_2.id_attribute IN (28, 29, 30))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.condition IN ('used', 'refurbished') AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=5)) AND ((pac_1.id_attribute IN (1, 10, 13))) AND ((pac_2.id_attribute=20)) AND ((pac_3.id_attribute IN (28, 29, 30))) GROUP BY pac.id_attribute |
0.710
ms
|
2640 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 7 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.579
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:916
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 13 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.564
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/documents-manager.php:240 (get)
/modules/avanambuilder/includes/frontend.php:871 (get_doc_for_frontend)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
478 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 4 AND nright <= 15
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.518
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
559 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('203768', '', 'www.gsmmi.com/zh/3-Smartphone?q=%E9%A2%9C%E8%89%B2%EF%BC%9A-%E9%BB%91%E8%89%B2-%E7%BA%A2%E8%89%B2-%E7%99%BD%E8%89%B2%2FStorage-128GB-264GB-512GB%2F%E6%9D%A1%E4%BB%B6-%E5%B7%B2%E8%A2%AB%E4%BD%BF%E7%94%A8-%E7%BF%BB%E6%96%B0%2FMemory-32', '', '2025-09-23 07:50:40') |
0.515
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
528 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (49,50,51,52,53,54,55,56,57,58,59,60)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.513
ms
|
36 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.486
ms
|
192 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
445 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_item pi
LEFT JOIN `ps_avanamegamenu_item_lang` pl ON pl.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
LEFT JOIN `ps_avanamegamenu_item_shop` ps ON ps.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_item ASC |
0.440
ms
|
6 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:226
/modules/avanamegamenu/avanamegamenu.php:985 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 4 AND nright <= 15
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.439
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 16 AND nright <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.435
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.419
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.410
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
556 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (15) AND cl.`id_lang` = 7
ORDER BY c.`level_depth` DESC |
0.408
ms
|
33 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.406
ms
|
15 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.402
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.398
ms
|
20 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.384
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.378
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.367
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.366
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.349
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/responsive/responsive.php:102 (get_breakpoints)
/modules/avanambuilder/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/avanambuilder/includes/plugin.php:572 (__construct)
/modules/avanambuilder/includes/plugin.php:498 (init_components)
/modules/avanambuilder/includes/plugin.php:639 (init)
/modules/avanambuilder/includes/plugin.php:467 (__construct)
/modules/avanambuilder/avanambuilder.php:754 (instance)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 16 AND nright <= 17
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.346
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.346
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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 15
AND pac.`id_product_attribute` = 50
AND agl.`id_lang` = 7 |
0.343
ms
|
3 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.340
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.338
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 15
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.337
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19) |
0.334
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (15) |
0.333
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 20 AND nright <= 21
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.332
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.331
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.328
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 18 AND nright <= 19
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.326
ms
|
33 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:1244
/modules/avanamverticalmenu/avanamverticalmenu.php:741 (getCategories)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.324
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/documents-manager.php:240 (get)
/modules/avanambuilder/includes/frontend.php:871 (get_doc_for_frontend)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10) |
0.319
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
499 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.314
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 5 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-23 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-23 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.312
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_item pi
LEFT JOIN `ps_avanamverticalmenu_item_lang` pl ON pl.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
LEFT JOIN `ps_avanamverticalmenu_item_shop` ps ON ps.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_item ASC |
0.312
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:226
/modules/avanamverticalmenu/avanamverticalmenu.php:1460 (getMenus)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 15
AND pac.`id_product_attribute` = 57
AND agl.`id_lang` = 7 |
0.308
ms
|
3 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.307
ms
|
10 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 5
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.306
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.303
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-23 00:00:00',
INTERVAL 4000 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 7
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19) |
0.302
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE m.name FROM ps_module AS m INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1) WHERE m.active = 1 AND m.name NOT IN ('avanambuilder','gadwords') |
0.302
ms
|
72 |
|
|
/modules/avanambuilder/includes/widgets/ava-module.php:137
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 76
AND agl.`id_lang` = 7 |
0.297
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.294
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 3
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.293
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_item pi
LEFT JOIN `ps_avanamverticalmenu_item_lang` pl ON pl.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
LEFT JOIN `ps_avanamverticalmenu_item_shop` ps ON ps.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_item ASC |
0.292
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:226
/modules/avanamverticalmenu/avanamverticalmenu.php:1043 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.292
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
524 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/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/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.288
ms
|
72 |
|
|
/classes/module/Module.php:341
/modules/blockreassurance/blockreassurance.php:102 (__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/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 7
AND c.`active` = 1
ORDER BY c.nleft, c.position |
0.285
ms
|
33 |
Yes
|
|
/classes/Category.php:710
/modules/ps_facetedsearch/src/Filters/Block.php:979 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_item pi
LEFT JOIN `ps_avanamegamenu_item_lang` pl ON pl.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
LEFT JOIN `ps_avanamegamenu_item_shop` ps ON ps.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_item ASC |
0.285
ms
|
6 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:226
/modules/avanamegamenu/avanamegamenu.php:1447 (getMenus)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.283
ms
|
4 |
|
|
/classes/Language.php:1214
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
123 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.283
ms
|
10 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (74,75,76)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.281
ms
|
3 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 75
AND agl.`id_lang` = 7 |
0.281
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 7) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.279
ms
|
5 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) LIMIT 1 |
0.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/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/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.276
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
429 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.276
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.274
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
71 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.274
ms
|
2 |
|
|
/classes/Currency.php:1134
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/templatemelacore/templatemelacore.php:3605 (getCacheId)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 19
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.270
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7
ORDER BY f.position ASC |
0.269
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.266
ms
|
72 |
|
|
/classes/module/Module.php:341
/modules/templatemelacore/templatemelacore.php:117 (__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:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pac.id_product_attribute IN (61,62,63,64)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.266
ms
|
4 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.264
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 7
AND pac.`id_product_attribute` = 63
AND agl.`id_lang` = 7 |
0.264
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.263
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 19
AND pac.`id_product_attribute` = 74
AND agl.`id_lang` = 7 |
0.262
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19
ORDER BY f.position ASC |
0.259
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10
ORDER BY f.position ASC |
0.259
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.258
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 7
AND pac.`id_product_attribute` = 61
AND agl.`id_lang` = 7 |
0.258
ms
|
1 |
|
|
/classes/Product.php:7517
/classes/Product.php:7668 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:909 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:356 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.257
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 74
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 74
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5
ORDER BY f.position ASC |
0.255
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.255
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.254
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
0.253
ms
|
2 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 63
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 63
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.gsmmi.com' OR su.domain_ssl = 'www.gsmmi.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.252
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
298 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-23 00:00:00" AND date_to <= "2025-09-23 23:59:59") OR (date_from >= "2025-09-23 00:00:00" AND date_from <= "2025-09-23 23:59:59") OR (date_from < "2025-09-23 00:00:00" AND date_to > "2025-09-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3072 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (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/PRS5_digitazzlayouts_layout_left_column_tpl/0c/ea/2e/0cea2e6c151acae6d9278600d4a18ac714e26715_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd5aca0_82713364)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd14000_49692932)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_item pi
LEFT JOIN `ps_avanamegamenu_item_lang` pl ON pl.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
LEFT JOIN `ps_avanamegamenu_item_shop` ps ON ps.`id_avanamegamenu_item` = pi.`id_avanamegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_item ASC |
0.248
ms
|
6 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:226
/modules/avanamegamenu/avanamegamenu.php:937 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.245
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/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/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 7
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.244
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 7)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 7)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 7)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15
ORDER BY f.position ASC |
0.242
ms
|
7 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 7)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 7)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7)
WHERE pa.`id_product` = 15
AND pac.`id_product_attribute` = 53
AND agl.`id_lang` = 7 |
0.239
ms
|
3 |
|
|
/classes/Product.php:7517
/classes/Product.php:5857 (getAttributesParams)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 4
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.238
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_item pi
LEFT JOIN `ps_avanamverticalmenu_item_lang` pl ON pl.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
LEFT JOIN `ps_avanamverticalmenu_item_shop` ps ON ps.`id_avanamverticalmenu_item` = pi.`id_avanamverticalmenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_item ASC |
0.237
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:226
/modules/avanamverticalmenu/avanamverticalmenu.php:994 (getMenus)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 7
)
WHERE pac.`id_product_attribute` = 53
ORDER BY ag.`position` ASC, a.`position` ASC |
0.235
ms
|
3 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (61, 62, 63, 64) AND il.`id_lang` = 7 ORDER by i.`position` |
0.229
ms
|
16 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.228
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:76 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.219
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.219
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.218
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.216
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.213
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (61, 62, 63, 64) AND il.`id_lang` = 7 ORDER by i.`position` |
0.213
ms
|
16 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 19
ORDER BY `position` |
0.212
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 53
AND cp.`id_cart` = 0 AND cp.`id_product` = 15 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 53
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.212
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (74, 75, 76) AND il.`id_lang` = 7 ORDER by i.`position` |
0.212
ms
|
9 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.212
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.212
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 40
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.211
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 42
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.211
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.211
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 41
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.210
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.210
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.209
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 8 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.209
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.209
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 43
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.208
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 44
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.208
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 7)
WHERE `level_depth` = 1 |
0.208
ms
|
4 |
|
|
/classes/Category.php:2239
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamegamenu/avanamegamenu.php:1093 (getCategoryLink)
/modules/avanamegamenu/avanamegamenu.php:946 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.207
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 7
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5660 (getProductLink)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 7 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 22 AND c.`nleft` >= 2 AND c.`nright` <= 65 ORDER BY `nleft` DESC |
0.206
ms
|
2 |
|
|
/classes/Category.php:1594
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamverticalmenu_submenu_column pi
LEFT JOIN `ps_avanamverticalmenu_submenu_column_lang` pl ON pl.`id_avanamverticalmenu_submenu_column` = pi.`id_avanamverticalmenu_submenu_column`
WHERE pi.active = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamverticalmenu_submenu_column ASC |
0.205
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuClass.php:239
/modules/avanamverticalmenu/avanamverticalmenu.php:1489 (getMenusCols)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.205
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 18 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.205
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.205
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.205
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
441 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.205
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
452 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 18 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.205
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.204
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:792 (create)
/modules/avanambuilder/avanambuilder.php:754 (parse_global_css_code)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.203
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.203
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.203
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/files/assets/svg/svg-handler.php:54 (get_option)
/modules/avanambuilder/core/files/assets/svg/svg-handler.php:733 (is_svg_uploads_enabled)
/modules/avanambuilder/includes/controls/icons.php:124 (is_enabled)
/modules/avanambuilder/includes/controls/base.php:86 (get_default_settings)
/modules/avanambuilder/includes/managers/controls.php:449 (__construct)
/modules/avanambuilder/includes/managers/controls.php:523 (register_controls)
/modules/avanambuilder/includes/managers/controls.php:542 (get_controls)
/modules/avanambuilder/includes/managers/controls.php:699 (get_control)
/modules/avanambuilder/includes/base/controls-stack.php:440 (add_control_to_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1395 (add_control)
/modules/avanambuilder/core/settings/general/model.php:208 (start_controls_section)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/includes/base/controls-stack.php:363 (get_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1095 (get_controls_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1228 (get_active_settings)
/modules/avanambuilder/core/settings/manager.php:178 (get_frontend_settings)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.203
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 38
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.203
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 3 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.203
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.202
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.201
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 2 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.201
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
0.200
ms
|
0 |
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.200
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.200
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.199
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 7) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 7) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 7) WHERE ag.id_attribute_group = 5 ORDER BY agl.`name` ASC, a.`position` ASC |
0.198
ms
|
0 |
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60) AND il.`id_lang` = 7 ORDER by i.`position` |
0.198
ms
|
20 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.198
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:570 (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/PRS5_digitazzlayouts_layout_left_column_tpl/0c/ea/2e/0cea2e6c151acae6d9278600d4a18ac714e26715_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd5aca0_82713364)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd14000_49692932)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 7) 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.197
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3072 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (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/PRS5_digitazzlayouts_layout_left_column_tpl/0c/ea/2e/0cea2e6c151acae6d9278600d4a18ac714e26715_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd5aca0_82713364)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd14000_49692932)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 10 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.197
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 3
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.196
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.196
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 13 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.196
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/avanambuilder/core/files/css/post.php:186 (get_data)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
476 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.195
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.194
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 7
AND c.`id_parent` = 39
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.194
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/modules/avanamsearchbar/avanamsearchbar.php:226 (getChildren)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 4 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.194
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
540 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 5) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.194
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 13 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.193
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 7)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.193
ms
|
6 |
Yes
|
|
/classes/Manufacturer.php:201
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_post` a
LEFT JOIN `ps_avanam_builder_post_lang` `b` ON a.`id_avanam_builder_post` = b.`id_avanam_builder_post` AND b.`id_lang` = 7
WHERE (a.`id_avanam_builder_post` = 14) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/avanambuilder/src/AvanamBuilderPost.php:48 (__construct)
/modules/avanambuilder/avanambuilder.php:1102 (__construct)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.192
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:27 (require)
|
98 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.192
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.191
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/responsive/responsive.php:102 (get_breakpoints)
/modules/avanambuilder/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/avanambuilder/includes/plugin.php:572 (__construct)
/modules/avanambuilder/includes/plugin.php:498 (init_components)
/modules/avanambuilder/includes/plugin.php:639 (init)
/modules/avanambuilder/includes/plugin.php:467 (__construct)
/modules/avanambuilder/avanambuilder.php:754 (instance)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.191
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.190
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/includes/managers/schemes.php:312 (get_option)
/modules/avanambuilder/includes/elements/section.php:1103 (get_enabled_schemes)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 2 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.190
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamegamenu/avanamegamenu.php:1093 (getCategoryLink)
/modules/avanamegamenu/avanamegamenu.php:946 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.189
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/includes/frontend.php:1096 (get_breakpoints)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:722 (fomartLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE * FROM ps_memcached_servers |
0.188
ms
|
1 |
|
|
/classes/cache/CacheMemcached.php:263
/classes/cache/CacheMemcached.php:73 (getMemcachedServers)
/classes/cache/CacheMemcached.php:43 (connect)
/classes/cache/Cache.php:186 (__construct)
/classes/db/Db.php:596 (getInstance)
/classes/shop/Shop.php:1364 (executeS)
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
423 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_avanamegamenu_submenu_column pi
LEFT JOIN `ps_avanamegamenu_submenu_column_lang` pl ON pl.`id_avanamegamenu_submenu_column` = pi.`id_avanamegamenu_submenu_column`
WHERE pi.active = 1 AND pl.id_lang=7 ORDER BY pi.position ASC, pi.id_avanamegamenu_submenu_column ASC |
0.188
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/classes/AvanaMegamenuClass.php:239
/modules/avanamegamenu/avanamegamenu.php:1478 (getMenusCols)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 8 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.187
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 19) |
0.187
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 12 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.186
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 19
ORDER BY `position` |
0.186
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.185
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/includes/frontend.php:1096 (get_breakpoints)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.185
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 13 AND name = '_elementor_css_id_lang_7' LIMIT 1 |
0.185
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/files/css/post.php:122 (get_post_meta)
/modules/avanambuilder/core/files/base.php:224 (load_meta)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 7 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.183
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 7 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.183
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15 AND `id_shop` = 1 |
0.183
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__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/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.183
ms
|
87 |
|
|
/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:351 (exec)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.182
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:890 (create)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 10
ORDER BY `position` |
0.182
ms
|
7 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 12 AND name = '_wp_page_template_id_lang_7' LIMIT 1 |
0.182
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/document-types/post.php:225 (get_post_meta)
/modules/avanambuilder/core/documents-manager.php:200 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/avanambuilder/core/files/css/post.php:186 (get_data)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 3 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.182
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.181
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.181
ms
|
4 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
89 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.181
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/avanambuilder/core/files/manager.php:56 (newInstanceArgs)
/modules/avanambuilder/core/files/base.php:87 (get)
/modules/avanambuilder/includes/frontend.php:792 (create)
/modules/avanambuilder/avanambuilder.php:754 (parse_global_css_code)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.181
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.181
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/responsive/responsive.php:122 (get_option)
:undefined (AvanamBuilder\Core\Responsive\{closure})
/modules/avanambuilder/core/responsive/responsive.php:117 (array_reduce)
/modules/avanambuilder/core/files/css/base.php:731 (get_breakpoints)
/modules/avanambuilder/core/files/css/base.php:121 (init_stylesheet)
/modules/avanambuilder/core/files/css/post.php:64 (__construct)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/avanambuilder/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.181
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 15
ORDER BY `position` |
0.180
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
500 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 7)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.180
ms
|
6 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.180
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.180
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7) |
0.180
ms
|
4 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.179
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 4 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.179
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (74, 75, 76) AND il.`id_lang` = 7 ORDER by i.`position` |
0.179
ms
|
9 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.178
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.177
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:214 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
443 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.176
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 19 AND `id_shop` = 1 |
0.176
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__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/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 4 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.176
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 13 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.176
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.175
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.175
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.175
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.175
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5) |
0.175
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 6 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.175
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
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:214 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.174
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
440 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 6 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.173
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 7
AND ml.id_shop = 1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Meta.php:184
/modules/avanamegamenu/avanamegamenu.php:1134 (getMetaByPage)
/modules/avanamegamenu/avanamegamenu.php:709 (fomartLink)
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamegamenu/avanamegamenu.php:1093 (getCategoryLink)
/modules/avanamegamenu/avanamegamenu.php:946 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
457 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.172
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 12 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.172
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10) |
0.171
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.170
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:214 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.170
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 12 AND name = '_elementor_css_id_lang_7' LIMIT 1 |
0.169
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/core/files/css/post.php:122 (get_post_meta)
/modules/avanambuilder/core/files/base.php:224 (load_meta)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 5 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.169
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7
AND image_shop.`cover` = 1 LIMIT 1 |
0.169
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamegamenu_submenu_item psi
LEFT JOIN ps_avanamegamenu_submenu_item_lang psil ON psi.id_avanamegamenu_submenu_item = psil.id_avanamegamenu_submenu_item
WHERE psi.id_avanamegamenu_submenu_column = 10 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamegamenu_submenu_item ASC |
0.169
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:713
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.169
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1066 (__construct)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 22) AND (a1.`id_lang` = 7) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.168
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.168
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/files/base.php:249 (get_option)
/modules/avanambuilder/core/files/base.php:224 (load_meta)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/includes/frontend.php:794 (enqueue)
/modules/avanambuilder/avanambuilder.php:754 (parse_global_css_code)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 7
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
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:214 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
463 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.164
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 7
AND ml.id_shop = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Meta.php:184
/modules/avanamegamenu/avanamegamenu.php:1134 (getMetaByPage)
/modules/avanamegamenu/avanamegamenu.php:709 (fomartLink)
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamegamenu_submenu_column sc
LEFT JOIN ps_avanamegamenu_submenu_column_lang scl ON (sc.id_avanamegamenu_submenu_column = scl.id_avanamegamenu_submenu_column)
WHERE sc.id_row = 4 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamegamenu_submenu_column ASC |
0.163
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:694
/modules/avanamegamenu/avanamegamenu.php:885 (getColInfoFront)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 7
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1 |
0.162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:145 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.162
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
558 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 275952
AND `date_add` > '2025-09-23 07:20:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.162
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_post` a
LEFT JOIN `ps_avanam_builder_post_lang` `b` ON a.`id_avanam_builder_post` = b.`id_avanam_builder_post` AND b.`id_lang` = 7
WHERE (a.`id_avanam_builder_post` = 12) LIMIT 1 |
0.161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/avanambuilder/src/AvanamBuilderPost.php:48 (__construct)
/modules/avanambuilder/avanambuilder.php:1102 (__construct)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 7 AND pa.`id_product` = 7 AND pa.`id_product_attribute` = 63 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.161
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 7 AND `id_shop` = 1 |
0.160
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__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/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:221 (__construct)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:239 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:170 (getCategoryOption)
/modules/avanamsearchbar/avanamsearchbar.php:211 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-search.php:1049 (renderWidget)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19
AND image_shop.`cover` = 1 LIMIT 1 |
0.159
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 19 AND pa.`id_product` = 19 AND pa.`id_product_attribute` = 74 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.159
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1052 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 383)
AND ('28947' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '28947')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.159
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10
AND image_shop.`cover` = 1 LIMIT 1 |
0.159
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 74) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 5 AND ps.`active` = 1 LIMIT 1 |
0.158
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
491 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_avanamverticalmenu_submenu_item psi
LEFT JOIN ps_avanamverticalmenu_submenu_item_lang psil ON psi.id_avanamverticalmenu_submenu_item = psil.id_avanamverticalmenu_submenu_item
WHERE psi.id_avanamverticalmenu_submenu_column = 5 AND psil.id_lang = 7 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_avanamverticalmenu_submenu_item ASC |
0.158
ms
|
9 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:726
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.158
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1428 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1067 (getRespCategories)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5
AND image_shop.`cover` = 1 LIMIT 1 |
0.156
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
252 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 63) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.155
ms
|
87 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:708 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
324 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.155
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/avanamverticalmenu/avanamverticalmenu.php:1107 (getCategoryLink)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.155
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1017 (__construct)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
0.154
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_avanamverticalmenu_submenu_column sc
LEFT JOIN ps_avanamverticalmenu_submenu_column_lang scl ON (sc.id_avanamverticalmenu_submenu_column = scl.id_avanamverticalmenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 7 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_avanamverticalmenu_submenu_column ASC |
0.154
ms
|
6 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:707
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.153
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:130
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1083 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazz/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349daf5998_28132569)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/modules/avanambuilder/includes/widgets/ava-module.php:182 (renderWidget)
/modules/avanambuilder/includes/widgets/ava-module.php:167 (_renderModule)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.153
ms
|
2 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 7) LIMIT 1 |
0.152
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:27 (require)
|
11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
151 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15) |
0.152
ms
|
12 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.151
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 75) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.149
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1108 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1003 (fomartLink)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.148
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.148
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1428 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:1018 (getRespCategories)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-23 00:00:00" AND date_to <= "2025-09-23 23:59:59") OR (date_from >= "2025-09-23 00:00:00" AND date_from <= "2025-09-23 23:59:59") OR (date_from < "2025-09-23 00:00:00" AND date_to > "2025-09-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:570 (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/PRS5_digitazzlayouts_layout_left_column_tpl/0c/ea/2e/0cea2e6c151acae6d9278600d4a18ac714e26715_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd5aca0_82713364)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd14000_49692932)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
0.146
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
472 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 1 AND ps.`active` = 1 LIMIT 1 |
0.143
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 7
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 1 AND ps.`active` = 1 LIMIT 1 |
0.142
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1 |
0.141
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 5 AND ps.`active` = 1 LIMIT 1 |
0.141
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.141
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:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) 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/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15
AND image_shop.`cover` = 1 LIMIT 1 |
0.140
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.id_avanamverticalmenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.139
ms
|
9 |
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:594
/modules/avanamverticalmenu/avanamverticalmenu.php:929 (getSubmenuInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.139
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.138
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:219 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 2 LIMIT 1 |
0.138
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 4 AND ps.`active` = 1 LIMIT 1 |
0.138
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
0.138
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 49) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 7 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Category.php:1584
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 1 LIMIT 1 |
0.136
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
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.135
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:5972 (getTaxCalculator)
/classes/Product.php:5864 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.135
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 76) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.135
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.134
ms
|
12 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 7 LIMIT 1 |
0.134
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 5 LIMIT 1 |
0.134
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.133
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:27 (require)
|
33 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.133
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:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 63 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.133
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.id_avanamegamenu_item = 4 AND ps.`active` = 1 LIMIT 1 |
0.133
ms
|
6 |
|
|
/modules/avanamegamenu/avanamegamenu.php:581
/modules/avanamegamenu/avanamegamenu.php:880 (getSubmenuInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE * FROM `ps_meta` ORDER BY `id_meta` ASC |
0.133
ms
|
48 |
|
|
/modules/gsitemap/gsitemap.php:85
: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)
/modules/avanambuilder/includes/widgets/ava-module.php:145 (getInstanceByName)
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/order/Order.php:877
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:570 (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/PRS5_digitazzlayouts_layout_left_column_tpl/0c/ea/2e/0cea2e6c151acae6d9278600d4a18ac714e26715_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd5aca0_82713364)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/ca/e0/b2/cae0b27bf8d20af27a80509a7939cc31d274ce56_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd14000_49692932)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:217 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:62 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.132
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '3' LIMIT 1 |
0.131
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/src/Wp_Helper.php:1684 (getRelatedByKey)
/modules/avanambuilder/avanambuilder.php:989 (reset_post_var)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/modules/templatemelacore/templatemelacore.php:3522 (getLayout)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 61) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 3 LIMIT 1 |
0.130
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.129
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.129
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 2 LIMIT 1 |
0.128
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 5 LIMIT 1 |
0.128
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 63 |
0.128
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 19 |
0.128
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.128
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.128
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 69) AND (mc.`id_shop` = 1) |
0.128
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_wirepayment/ps_wirepayment.php:83 (checkPaymentCurrencies)
: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)
/modules/avanambuilder/includes/widgets/ava-module.php:145 (getInstanceByName)
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:146 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:390 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.127
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 6 LIMIT 1 |
0.127
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 74 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.127
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.126
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 10 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.126
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`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/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
314 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 74 |
0.125
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.125
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.124
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 3 LIMIT 1 |
0.124
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 4 LIMIT 1 |
0.124
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamverticalmenu_submenu ps
WHERE ps.`id_avanamverticalmenu_item` = 8 LIMIT 1 |
0.124
ms
|
9 |
|
|
/modules/avanamverticalmenu/classes/AvanamVerticalmenuSubmenuClass.php:85
/modules/avanamverticalmenu/avanamverticalmenu.php:1475 (getSubmenuConfig)
/modules/avanamverticalmenu/avanamverticalmenu.php:984 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.124
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 7 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.124
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.124
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Category.php:2446
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:219 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 15 AND pa.`id_product` = 15 AND pa.`id_product_attribute` = 53 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 62) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 6 LIMIT 1 |
0.123
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.123
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) 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/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.122
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 63) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE ps.*
FROM ps_avanamegamenu_submenu ps
WHERE ps.`id_avanamegamenu_item` = 4 LIMIT 1 |
0.122
ms
|
6 |
|
|
/modules/avanamegamenu/classes/AvanaMegamenuSubmenuClass.php:85
/modules/avanamegamenu/avanamegamenu.php:1464 (getSubmenuConfig)
/modules/avanamegamenu/avanamegamenu.php:929 (generateCss)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
466 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.122
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.121
ms
|
1 |
Yes
|
Yes
|
/modules/templatemelacore/templatemelacore.php:4228
/modules/templatemelacore/templatemelacore.php:3172 (get_fonts)
/modules/templatemelacore/templatemelacore.php:3436 (StandardFont)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 53) 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:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7 AND id_shop=1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.121
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.121
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.121
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.121
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-23 00:00:00' AND '2025-09-23 23:59:59' LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 19 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 74) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 64) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.120
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:952 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:673 (hookDisplayMegamenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7 |
0.119
ms
|
4 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.119
ms
|
12 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 19 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 50) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 52) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'zh' LIMIT 1 |
0.118
ms
|
4 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
449 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.118
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 1 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.118
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_post` a
LEFT JOIN `ps_avanam_builder_post_lang` `b` ON a.`id_avanam_builder_post` = b.`id_avanam_builder_post` AND b.`id_lang` = 7
WHERE (a.`id_avanam_builder_post` = 13) LIMIT 1 |
0.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/avanambuilder/src/AvanamBuilderPost.php:48 (__construct)
/modules/avanambuilder/avanambuilder.php:1102 (__construct)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1425 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.116
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.116
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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
526 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 32 LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 51) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 7
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5 |
0.115
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1 |
0.115
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10 |
0.115
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19 AND id_shop=1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.114
ms
|
4 |
|
|
/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:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/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/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0b6a13_18427865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.114
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/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.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/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:400 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.113
ms
|
4 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10 AND id_shop=1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
467 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.113
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 60) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 54) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-23 00:00:00' AND '2025-09-23 23:59:59' LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5 AND id_shop=1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 59) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.109
ms
|
4 |
|
|
/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:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 19 AND psgdprl.id_lang =7 LIMIT 1 |
0.109
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:108
/modules/psgdpr/psgdpr.php:687 (getConsentMessage)
/classes/Hook.php:1083 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazz/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349daf5998_28132569)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/modules/avanambuilder/includes/widgets/ava-module.php:182 (renderWidget)
/modules/avanambuilder/includes/widgets/ava-module.php:167 (_renderModule)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE `config`
FROM ps_templatemelacore_settings
WHERE `page_id` = 3
AND `page_type` = 'category' LIMIT 1 |
0.108
ms
|
0 |
|
|
/modules/templatemelacore/templatemelacore.php:3915
/modules/templatemelacore/templatemelacore.php:3280 (_getThemeCtPageConfig)
/modules/templatemelacore/templatemelacore.php:3387 (_getPageConfigOnFront)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 2 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.108
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 55) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 56) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.107
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/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.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/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:400 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazz/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e094193_67832655)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e0617f6_05767996)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazz/93/22/03/932203e5169556252373b34307be9d196a02def1_2.file.avanamverticalmenu.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e053829_06263060)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/avanamverticalmenu/avanamverticalmenu.php:1030 (display)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.107
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
456 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.107
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 58) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.106
ms
|
4 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.105
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
468 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.105
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:883 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 57) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/71/0f/c5/710fc532e76d263951ecdb1c79ee1a47c782f902_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e5276c7_47975685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:363 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/91/8b/57/918b575f272ae90f59eae1c7f35d5fd026fc15a4_2.file.grid.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4f9a50_36962040)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/e3/a9/53/e3a953c8b9a57406c5eeb4dc25d7b04a153396a2_2.file.product.tpl.php:35 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4c48f3_12189394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2f/e7/36/2fe73681b7fec5c60d7351d147194f85aae5f77f_2.file.productlist.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4bb118_50731070)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/40/01/c1/4001c1224f2e348286958ebc4a4f6d5b4f735dbf_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349e4aab99_09924759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:123 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:218 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:145 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.105
ms
|
4 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 10 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamegamenu_submenu_row sr
WHERE sr.id_avanamegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.105
ms
|
4 |
Yes
|
|
/modules/avanamegamenu/avanamegamenu.php:593
/modules/avanamegamenu/avanamegamenu.php:881 (getRowInfo)
/modules/avanamegamenu/avanamegamenu.php:1000 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:688 (hookDisplayMegamenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7 |
0.105
ms
|
4 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1 |
0.103
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="ecb7b5536ad93795534b33223164b917" LIMIT 1 |
0.103
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 5 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 19 |
0.103
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.102
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 7 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 19 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:184 (getProductProperties)
/modules/avanamverticalmenu/avanamverticalmenu.php:777 (assembleProduct)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1009 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:680 (hookDisplayVerticalmenu)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/fonts.php:149 (isEnabled)
/modules/avanambuilder/includes/fonts.php:129 (get_native_fonts)
/modules/avanambuilder/includes/controls/font.php:60 (get_fonts)
/modules/avanambuilder/includes/controls/base.php:86 (get_default_settings)
/modules/avanambuilder/includes/managers/controls.php:449 (__construct)
/modules/avanambuilder/includes/managers/controls.php:523 (register_controls)
/modules/avanambuilder/includes/managers/controls.php:542 (get_controls)
/modules/avanambuilder/includes/managers/controls.php:699 (get_control)
/modules/avanambuilder/includes/base/controls-stack.php:440 (add_control_to_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1395 (add_control)
/modules/avanambuilder/core/settings/general/model.php:208 (start_controls_section)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/includes/base/controls-stack.php:363 (get_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1095 (get_controls_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1228 (get_active_settings)
/modules/avanambuilder/core/settings/manager.php:178 (get_frontend_settings)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.101
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:930 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.099
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:219 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:213 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'zh-cn'
OR `language_code` = 'zh-cn' LIMIT 1 |
0.098
ms
|
4 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
0.098
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.098
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:111 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 15 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
551 |
SELECT SQL_NO_CACHE mc.*
FROM `ps_module_currency` mc
WHERE (mc.`id_module` = 70) AND (mc.`id_shop` = 1) |
0.098
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_checkpayment/ps_checkpayment.php:72 (checkPaymentCurrencies)
: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)
/modules/avanambuilder/includes/widgets/ava-module.php:145 (getInstanceByName)
/modules/avanambuilder/includes/widgets/ava-module.php:126 (_getModules)
/modules/avanambuilder/includes/widgets/ava-module.php:99 (register_content_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/widget-base.php:162 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.098
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.097
ms
|
1 |
Yes
|
Yes
|
/modules/templatemelacore/templatemelacore.php:4228
/modules/templatemelacore/templatemelacore.php:3172 (get_fonts)
/modules/templatemelacore/templatemelacore.php:3439 (StandardFont)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1 |
0.097
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 7
AND id_shop = 1 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
501 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5 |
0.096
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE sr.*
FROM ps_avanamverticalmenu_submenu_row sr
WHERE sr.id_avanamverticalmenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.096
ms
|
4 |
Yes
|
|
/modules/avanamverticalmenu/avanamverticalmenu.php:606
/modules/avanamverticalmenu/avanamverticalmenu.php:932 (getRowInfo)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10 |
0.096
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/avanamverticalmenu/avanamverticalmenu.php:780 (present)
/modules/avanamverticalmenu/avanamverticalmenu.php:934 (getColInfoFront)
/modules/avanamverticalmenu/avanamverticalmenu.php:1058 (getSubMenu)
/modules/avanambuilder/includes/widgets/ava-menu.php:692 (hookDisplayVerticalmenuMobile)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1 |
0.095
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1 |
0.095
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
554 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/modules/avanambuilder/includes/widgets/ava-module.php:182 (renderWidget)
/modules/avanambuilder/includes/widgets/ava-module.php:167 (_renderModule)
/modules/avanambuilder/includes/base/widget-base.php:453 (render)
/modules/avanambuilder/includes/base/widget-base.php:583 (render_content)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/includes/base/element-base.php:859 (print_element)
/modules/avanambuilder/includes/base/element-base.php:610 (_print_content)
/modules/avanambuilder/core/base/document.php:1142 (print_element)
/modules/avanambuilder/core/base/document.php:797 (print_elements)
/modules/avanambuilder/includes/frontend.php:898 (print_elements_with_wrapper)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1190 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/c5/c8/60/c5c86060f1e243863c933cb33d8b400f167db4d7_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349da686c1_54932973)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:517 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
0.094
ms
|
4 |
|
|
/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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1 |
0.094
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamsearchbar" LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:122 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1 |
0.093
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1 |
0.093
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSidebar' LIMIT 1 |
0.093
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1 |
0.092
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSummary' LIMIT 1 |
0.092
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayHeaderCategory' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "templatemelacore" LIMIT 1 |
0.091
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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `ps_avanam_builder_related` bc
LEFT JOIN `ps_avanam_builder_related_shop` bcs
ON (bc.`id_avanam_builder_related` = bcs.`id_avanam_builder_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterCategory' LIMIT 1 |
0.091
ms
|
9 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1206
/modules/avanambuilder/avanambuilder.php:738 (getRelatedByKey)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Category.php:2446
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 |
0.089
ms
|
1 |
|
|
/modules/templatemelacore/templatemelacore.php:4220
/modules/templatemelacore/templatemelacore.php:3307 (get_css_fonts)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE * FROM `ps_templatemelacore_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.089
ms
|
1 |
Yes
|
Yes
|
/modules/templatemelacore/templatemelacore.php:4228
/modules/templatemelacore/templatemelacore.php:3172 (get_fonts)
/modules/templatemelacore/templatemelacore.php:3446 (StandardFont)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15 |
0.089
ms
|
12 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:683 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.089
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/includes/managers/schemes.php:312 (get_option)
/modules/avanambuilder/includes/elements/section.php:1103 (get_enabled_schemes)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 53) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Category.php:1589
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:429 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:140 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 383) LIMIT 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:1778 (__construct)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 53 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 53 |
0.086
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15) 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:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:122 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15 AND `id_group` = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 7
AND cl.id_shop = 1
AND cl.`id_category` = 32 LIMIT 1 |
0.081
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15 AND id_shop=1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.078
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/core/settings/general/manager.php:114 (get_option)
/modules/avanambuilder/core/settings/base/manager.php:429 (get_saved_settings)
/modules/avanambuilder/core/settings/base/manager.php:124 (create_model)
/modules/avanambuilder/core/settings/general/manager.php:86 (get_model)
/modules/avanambuilder/core/settings/manager.php:175 (get_model_for_config)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/templatemelacore/templatemelacore.php:3409 (isEnabled)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 15 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE value FROM ps_avanam_builder_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.073
ms
|
80 |
|
|
/modules/avanambuilder/src/Wp_Helper.php:1320
/modules/avanambuilder/src/Wp_Helper.php:1385 (get_post_meta)
/modules/avanambuilder/includes/managers/schemes.php:312 (get_option)
/modules/avanambuilder/includes/elements/section.php:1103 (get_enabled_schemes)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/core/files/css/post.php:308 (get_settings)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.073
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/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:555 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:175 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanambuilder" LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/templatemelacore/templatemelacore.php:3409 (isEnabled)
/modules/templatemelacore/templatemelacore.php:3294 (renderOptions)
/modules/templatemelacore/templatemelacore.php:3635 (_prepHook)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.072
ms
|
1 |
|
|
/classes/ObjectModel.php:1589
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/fonts.php:149 (isEnabled)
/modules/avanambuilder/includes/fonts.php:129 (get_native_fonts)
/modules/avanambuilder/includes/controls/font.php:60 (get_fonts)
/modules/avanambuilder/includes/controls/base.php:86 (get_default_settings)
/modules/avanambuilder/includes/managers/controls.php:449 (__construct)
/modules/avanambuilder/includes/managers/controls.php:523 (register_controls)
/modules/avanambuilder/includes/managers/controls.php:542 (get_controls)
/modules/avanambuilder/includes/managers/controls.php:699 (get_control)
/modules/avanambuilder/includes/base/controls-stack.php:440 (add_control_to_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1395 (add_control)
/modules/avanambuilder/core/settings/general/model.php:208 (start_controls_section)
/modules/avanambuilder/includes/base/controls-stack.php:1931 (_register_controls)
/modules/avanambuilder/includes/base/controls-stack.php:515 (init_controls)
/modules/avanambuilder/includes/base/controls-stack.php:308 (get_stack)
/modules/avanambuilder/includes/base/controls-stack.php:1966 (get_controls)
/modules/avanambuilder/includes/base/controls-stack.php:1053 (sanitize_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1806 (get_data)
/modules/avanambuilder/core/base/base-object.php:145 (get_init_settings)
/modules/avanambuilder/core/base/base-object.php:53 (ensure_settings)
/modules/avanambuilder/includes/base/controls-stack.php:363 (get_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1095 (get_controls_settings)
/modules/avanambuilder/includes/base/controls-stack.php:1228 (get_active_settings)
/modules/avanambuilder/core/settings/manager.php:178 (get_frontend_settings)
/modules/avanambuilder/includes/frontend.php:1103 (get_settings_frontend_config)
/modules/avanambuilder/avanambuilder.php:759 (get_init_settings)
/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:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:126 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 7 AND id_category = 32 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:126 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamcompare" LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:130 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:130 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:138 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamegamenu" LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:134 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/avanambuilder/includes/managers/widgets.php:134 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "avanamverticalmenu" LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/avanambuilder/includes/managers/widgets.php:138 (isEnabled)
/modules/avanambuilder/includes/managers/widgets.php:301 (init_widgets)
/modules/avanambuilder/includes/elements/column.php:1044 (get_widget_types)
/modules/avanambuilder/includes/base/element-base.php:911 (_get_default_child_type)
/modules/avanambuilder/includes/base/element-base.php:356 (get_child_type)
/modules/avanambuilder/includes/base/element-base.php:956 (add_child)
/modules/avanambuilder/includes/base/element-base.php:316 (init_children)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/avanambuilder/core/files/css/post.php:310 (add_controls_stack_style_rules)
/modules/avanambuilder/core/files/css/post.php:196 (render_styles)
/modules/avanambuilder/core/files/css/base.php:634 (render_css)
/modules/avanambuilder/core/files/base.php:152 (parse_content)
/modules/avanambuilder/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/avanambuilder/core/files/css/base.php:217 (get_meta)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/avanambuilder/src/Wp_Helper.php:997 (call_user_func_array)
/modules/avanambuilder/core/files/css/base.php:281 (do_action)
/modules/avanambuilder/core/files/css/post.php:213 (enqueue)
/modules/avanambuilder/includes/frontend.php:894 (enqueue)
/modules/avanambuilder/avanambuilder.php:1267 (get_builder_content)
/modules/avanambuilder/avanambuilder.php:1231 (getWidgetVariables)
/modules/avanambuilder/avanambuilder.php:1166 (_avaRenderContent)
/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/PRS5_digitazzlayouts_layout_left_column_tpl/d4/b2/37/d4b2377a9297cb3cd6cdfbc23eea30c1d100b5a9_2.file.header.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dd76cf2_97810122)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:271 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/eb/1f/bd/eb1fbdc4967e50a479365522710806b5961fbb22_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcf1f01_70971640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/2b/23/c3/2b23c332a74a22122205dbf06b747b9d3651c229_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcc8d31_99341734)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/64/6c/c0/646cc0c336aa8a37c72cb51b1741ead266069213_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dcbd908_16976385)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS5_digitazzlayouts_layout_left_column_tpl/c3/72/88/c37288d514ca73b7a0cf6b7072908ab94eb374e8_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68d2349dca72b3_77250154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|