| 74 |
SELECT SQL_NO_CACHE p.id_product 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, cp.position FROM n4u0_product p LEFT JOIN n4u0_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN n4u0_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN n4u0_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 n4u0_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN n4u0_category_product cp ON (p.id_product = cp.id_product) INNER JOIN n4u0_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN n4u0_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN n4u0_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=3 AND c.nright<=34 GROUP BY p.id_product) p INNER JOIN n4u0_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
5.036
ms
|
3392928 |
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:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-04-20 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `n4u0_product` p
INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `n4u0_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `n4u0_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `n4u0_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `n4u0_product_attribute_shop` `product_attribute_shop` ON p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1
LEFT JOIN n4u0_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-04-20 00:00:00",
INTERVAL 20 DAY
)
) > 0) AND (EXISTS(SELECT 1 FROM `n4u0_category_product` cp
JOIN `n4u0_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` asc
LIMIT 6 |
2.813
ms
|
238 |
Yes
|
|
/classes/Product.php:2862
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:73 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:92 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1774 (runQuery)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `n4u0_category` c
INNER JOIN n4u0_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `n4u0_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `n4u0_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `n4u0_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` = 1
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.331
ms
|
84 |
Yes
|
Yes
|
/classes/Category.php:815
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `n4u0_category` c
INNER JOIN `n4u0_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `n4u0_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 nleft >= 2 AND nright <= 167
ORDER BY `level_depth` ASC, cs.`position` ASC |
1.179
ms
|
84 |
Yes
|
|
/modules/axoncreator/axoncreator.php:2128
/modules/axoncreator/platform/includes/widgets/axps-products.php:125 (getCategories)
/modules/axoncreator/platform/includes/widgets/axps-products.php:105 (_register_content_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `n4u0_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `n4u0_hook_alias` ha
INNER JOIN `n4u0_hook` h ON ha.name = h.name |
1.086
ms
|
0 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:63 (getIdByName)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3694 (getManager)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `n4u0_module` m
INNER JOIN n4u0_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `n4u0_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `n4u0_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `n4u0_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.050
ms
|
440 |
Yes
|
Yes
|
/classes/Hook.php:1500
/classes/Hook.php:809 (getAllHookRegistrations)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 41 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `n4u0_category` c
INNER JOIN n4u0_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `n4u0_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `n4u0_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.998
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:946
/controllers/front/listing/CategoryController.php:280 (getSubCategories)
/controllers/front/listing/CategoryController.php:165 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 79 |
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 `n4u0_hook_module` hm
STRAIGHT_JOIN `n4u0_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `n4u0_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
0.939
ms
|
553 |
|
|
/classes/Hook.php:495
/classes/Hook.php:542 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:63 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3694 (getManager)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 93
AND pac.`id_product_attribute` = 440
AND agl.`id_lang` = 1 |
0.794
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `n4u0_manufacturer` m INNER JOIN n4u0_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `n4u0_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC |
0.721
ms
|
2 |
Yes
|
Yes
|
/classes/Manufacturer.php:195
/modules/axoncreator/platform/includes/widgets/axps-products.php:127 (getManufacturers)
/modules/axoncreator/platform/includes/widgets/axps-products.php:105 (_register_content_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `n4u0_configuration` c
LEFT JOIN `n4u0_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
0.601
ms
|
1258 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 275 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (93) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.588
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (95) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.564
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 372 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (97) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.548
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 456
AND agl.`id_lang` = 1 |
0.527
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 286 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (441,442,443,444,445,446,447)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.520
ms
|
7 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 502
AND agl.`id_lang` = 1 |
0.483
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 298 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.468
ms
|
21 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 426 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (98) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.466
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `n4u0_meta` m
LEFT JOIN `n4u0_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.458
ms
|
114 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `n4u0_hook` |
0.433
ms
|
1146 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:961 (getIdByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 76 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-20 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM n4u0_product p
LEFT JOIN n4u0_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n4u0_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN n4u0_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (93,95,96,97,98,99,100,101,102,103,104,106) |
0.424
ms
|
12 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 498
AND agl.`id_lang` = 1 |
0.420
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 96
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.417
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 319 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (96) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.412
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 97 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.410
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 351 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.399
ms
|
21 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 440 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.378
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 560
AND cp.`id_cart` = 0 AND cp.`id_product` = 106 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 560
AND cp.`id_cart` = 0 AND p.`id_product_item` = 106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.377
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 466 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.374
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE COUNT(p.`id_product`) AS nb
FROM `n4u0_product` p
INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1
AND DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-04-20 00:00:00", INTERVAL 20 DAY)) > 0
AND product_shop.`visibility` IN ("both", "catalog")
AND EXISTS(SELECT 1 FROM `n4u0_category_product` cp
JOIN `n4u0_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`) LIMIT 1 |
0.371
ms
|
198 |
|
|
/classes/Product.php:2807
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:73 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:95 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1774 (runQuery)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `n4u0_hook` h
WHERE (h.active = 1) |
0.368
ms
|
1146 |
|
|
/classes/Hook.php:1608
/classes/Hook.php:910 (getHookStatusByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 265 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (433,434,435,436,437,438,439,440)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.367
ms
|
8 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 459 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (512,513,514,515,516,517,518)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.366
ms
|
7 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 477
AND agl.`id_lang` = 1 |
0.362
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 95
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.358
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 97
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.358
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `n4u0_category_product` cp
LEFT JOIN `n4u0_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `n4u0_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN n4u0_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (93,95,96,97,98,99,100,101,102,103,104,106) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
0.350
ms
|
26 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 95) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM n4u0_layered_category
WHERE controller = 'category'
AND id_category = 17
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.341
ms
|
1 |
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:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 457
AND agl.`id_lang` = 1 |
0.338
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 405 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.334
ms
|
21 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 503
AND agl.`id_lang` = 1 |
0.332
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 501
AND agl.`id_lang` = 1 |
0.329
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-20 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM n4u0_product p
LEFT JOIN n4u0_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n4u0_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN n4u0_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (24,44,45,47,49,50) |
0.328
ms
|
6 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 96) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 458
AND agl.`id_lang` = 1 |
0.326
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 93) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 499
AND agl.`id_lang` = 1 |
0.322
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 504
AND agl.`id_lang` = 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 511
AND agl.`id_lang` = 1 |
0.317
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE 1 FROM n4u0_cart_product cp INNER JOIN n4u0_product p
ON (p.id_product = cp.id_product) INNER JOIN n4u0_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Cart.php:4072
/classes/Cart.php:4053 (hasProducts)
/classes/Cart.php:2036 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/08/c4/62/08c462d3dfba9319b2f4b7fd16000cf51a015d61_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722154e58_43406989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72211f731_55848465)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 93
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.314
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 97
ORDER BY `position` |
0.309
ms
|
5 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM n4u0_shop_url su
LEFT JOIN n4u0_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'tajer.one' OR su.domain_ssl = 'tajer.one')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.309
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1392
/classes/shop/Shop.php:356 (findShopByHost)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 209 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
0.307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 107 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 96 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 96 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.303
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
0.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 97) LIMIT 1 |
0.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 478 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (100) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.302
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 500
AND agl.`id_lang` = 1 |
0.298
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n4u0_module` m
LEFT JOIN `n4u0_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.297
ms
|
109 |
|
|
/classes/module/Module.php:343
/modules/smartblog/smartblog.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 87 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 93 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 93 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.297
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 493 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (101) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.297
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 505
AND agl.`id_lang` = 1 |
0.296
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 649 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 24 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 24 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.296
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 95
AND pac.`id_product_attribute` = 441
AND agl.`id_lang` = 1 |
0.294
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 24
AND pac.`id_product_attribute` = 120
AND agl.`id_lang` = 1 |
0.291
ms
|
2 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `n4u0_nrt_mega_menu` smm
LEFT JOIN `n4u0_nrt_mega_menu_lang` smml ON smm.`id_nrt_mega_menu`=smml.`id_nrt_mega_menu`
WHERE smml.`id_lang`=1 AND smm.`id_parent`=0 AND smm.`item_t`=0 AND smm.`active`=1 AND smm.`id_shop` IN (0, 1)
ORDER BY smm.`location`, smm.`position` |
0.290
ms
|
15 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:184
/modules/nrtmegamenu/classes/NrtMegaMenuClass.php:217 (getSub)
/modules/nrtmegamenu/nrtmegamenu.php:3863 (recurseTree)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 98
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.286
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 480
AND agl.`id_lang` = 1 |
0.286
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 659 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 44 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 44 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.285
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 460
AND agl.`id_lang` = 1 |
0.284
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 470
AND cp.`id_cart` = 0 AND cp.`id_product` = 97 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 470
AND cp.`id_cart` = 0 AND p.`id_product_item` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.280
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM n4u0_shop_group gs
LEFT JOIN n4u0_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN n4u0_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.279
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:716
/classes/shop/Shop.php:775 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 111 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 449
AND agl.`id_lang` = 1 |
0.278
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 519
AND cp.`id_cart` = 0 AND cp.`id_product` = 100 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 519
AND cp.`id_cart` = 0 AND p.`id_product_item` = 100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.277
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 177 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 103 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.277
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 106 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.277
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 488
AND agl.`id_lang` = 1 |
0.277
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 459
AND agl.`id_lang` = 1 |
0.276
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 147 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 100 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.274
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 470
AND agl.`id_lang` = 1 |
0.273
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 483
AND agl.`id_lang` = 1 |
0.273
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 526
AND agl.`id_lang` = 1 |
0.273
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 547 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (106) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.273
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 127 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 98 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 98 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.272
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
0.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a0
LEFT JOIN `n4u0_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 34) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.271
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438 (getAll)
/controllers/front/listing/CategoryController.php:308 (rewind)
/classes/controller/FrontController.php:1853 (getBreadcrumbLinks)
/classes/controller/FrontController.php:559 (getBreadcrumb)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 104 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 506
AND agl.`id_lang` = 1 |
0.271
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 464
AND agl.`id_lang` = 1 |
0.271
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 470 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (519,520,521,522,523,524,525,526)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.270
ms
|
8 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.269
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/schemes/manager.php:334 (get_option)
/modules/axoncreator/platform/includes/elements/section.php:1056 (get_enabled_schemes)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE tr.*
FROM `n4u0_tax_rule` tr
JOIN `n4u0_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 82
AND tr.`id_tax_rules_group` = 53
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.268
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 129 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 491
AND cp.`id_cart` = 0 AND cp.`id_product` = 98 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 491
AND cp.`id_cart` = 0 AND p.`id_product_item` = 98 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 137 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 99 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 512
AND cp.`id_cart` = 0 AND cp.`id_product` = 99 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 512
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 449
AND cp.`id_cart` = 0 AND cp.`id_product` = 96 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 449
AND cp.`id_cart` = 0 AND p.`id_product_item` = 96 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.267
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 552
AND cp.`id_cart` = 0 AND cp.`id_product` = 104 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 552
AND cp.`id_cart` = 0 AND p.`id_product_item` = 104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.267
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 102
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.267
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 491
AND agl.`id_lang` = 1 |
0.266
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 103
AND pac.`id_product_attribute` = 544
AND agl.`id_lang` = 1 |
0.266
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_related` bc
LEFT JOIN `n4u0_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '17' LIMIT 1 |
0.266
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1829
/modules/axoncreator/src/Wp_Helper.php:2344 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1263 (set_singular_var)
/classes/Hook.php:1237 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/controllers/front/listing/CategoryController.php:205 (getLayout)
/classes/controller/FrontController.php:734 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_related` bc
LEFT JOIN `n4u0_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '17' LIMIT 1 |
0.266
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1829
/modules/axoncreator/src/Wp_Helper.php:2344 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1263 (set_singular_var)
/classes/Hook.php:1237 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/controllers/front/listing/CategoryController.php:205 (getLayout)
/classes/controller/FrontController.php:757 (getLayout)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 104
AND pac.`id_product_attribute` = 552
AND agl.`id_lang` = 1 |
0.265
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 179 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 544
AND cp.`id_cart` = 0 AND cp.`id_product` = 103 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 544
AND cp.`id_cart` = 0 AND p.`id_product_item` = 103 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:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 519 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.263
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.263
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 519
AND agl.`id_lang` = 1 |
0.262
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 159 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 527
AND cp.`id_cart` = 0 AND cp.`id_product` = 101 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 527
AND cp.`id_cart` = 0 AND p.`id_product_item` = 101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 106
AND pac.`id_product_attribute` = 560
AND agl.`id_lang` = 1 |
0.262
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 93
AND pac.`id_product_attribute` = 433
AND agl.`id_lang` = 1 |
0.261
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 533 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.259
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 462
AND agl.`id_lang` = 1 |
0.259
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 442) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 99
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.258
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 461
AND agl.`id_lang` = 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 489
AND agl.`id_lang` = 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 104
AND pac.`id_product_attribute` = 559
AND agl.`id_lang` = 1 |
0.256
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 490
AND agl.`id_lang` = 1 |
0.255
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 101 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.255
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 97 AND il.`id_lang` = 1 ORDER by i.`position` |
0.254
ms
|
15 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 99
AND pac.`id_product_attribute` = 512
AND agl.`id_lang` = 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 99 AND il.`id_lang` = 1 ORDER by i.`position` |
0.254
ms
|
21 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 482
AND agl.`id_lang` = 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 507 |
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 `n4u0_product_attribute` pa
INNER JOIN n4u0_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 `n4u0_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n4u0_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n4u0_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (102) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.253
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 651 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 120
AND cp.`id_cart` = 0 AND cp.`id_product` = 24 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 120
AND cp.`id_cart` = 0 AND p.`id_product_item` = 24 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:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (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 `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 466
AND agl.`id_lang` = 1 |
0.252
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 465
AND agl.`id_lang` = 1 |
0.251
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 469
AND agl.`id_lang` = 1 |
0.251
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 103
AND pac.`id_product_attribute` = 551
AND agl.`id_lang` = 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 101
AND pac.`id_product_attribute` = 534
AND agl.`id_lang` = 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 433
AND cp.`id_cart` = 0 AND cp.`id_product` = 93 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 433
AND cp.`id_cart` = 0 AND p.`id_product_item` = 93 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 485
AND agl.`id_lang` = 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 100) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE 1 FROM `n4u0_cart_rule` WHERE ((date_to >= "2026-04-20 00:00:00" AND date_to <= "2026-04-20 23:59:59") OR (date_from >= "2026-04-20 00:00:00" AND date_from <= "2026-04-20 23:59:59") OR (date_from < "2026-04-20 00:00:00" AND date_to > "2026-04-20 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/CartRule.php:359
/classes/CartRule.php:391 (haveCartRuleToday)
/classes/Cart.php:2861 (getCustomerCartRules)
/classes/Cart.php:3187 (getDeliveryOptionList)
/classes/Cart.php:3260 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:355 (processCalculation)
/src/Core/Cart/Calculator.php:156 (calculateFees)
/classes/Cart.php:2101 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/08/c4/62/08c462d3dfba9319b2f4b7fd16000cf51a015d61_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722154e58_43406989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72211f731_55848465)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 106
AND pac.`id_product_attribute` = 567
AND agl.`id_lang` = 1 |
0.244
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_enable_share' LIMIT 1 |
0.244
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99
ORDER BY `position` |
0.244
ms
|
7 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/d7/49/17/d74917136892a6cfb62ca6eb8e916b95f31abb0b_2.file.btn-wishlist.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef8094f6_35529475)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:165 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 481
AND agl.`id_lang` = 1 |
0.244
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 100
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.244
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 484
AND agl.`id_lang` = 1 |
0.243
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 9 AND name = '_elementor_template_type' LIMIT 1 |
0.243
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/platform/core/documents-manager.php:213 (get_post_meta)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 98) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 507
AND agl.`id_lang` = 1 |
0.241
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `n4u0_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.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/classes/Link.php:1227 (getCategoryLink)
/classes/controller/FrontController.php:2135 (getLanguageLink)
/classes/controller/FrontController.php:1554 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 666 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 45 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 45 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 485 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (527,528,529,530,531,532,533,534)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.237
ms
|
8 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 468
AND agl.`id_lang` = 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE * FROM `n4u0_cart_rule` cr
LEFT JOIN `n4u0_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) 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.235
ms
|
1 |
|
|
/classes/CartRule.php:425
/classes/Cart.php:2861 (getCustomerCartRules)
/classes/Cart.php:3187 (getDeliveryOptionList)
/classes/Cart.php:3260 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:355 (processCalculation)
/src/Core/Cart/Calculator.php:156 (calculateFees)
/classes/Cart.php:2101 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/08/c4/62/08c462d3dfba9319b2f4b7fd16000cf51a015d61_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722154e58_43406989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72211f731_55848465)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 486
AND agl.`id_lang` = 1 |
0.235
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 93
ORDER BY `position` |
0.234
ms
|
6 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE * FROM `n4u0_cart_rule` cr
LEFT JOIN `n4u0_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) 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.234
ms
|
1 |
|
|
/classes/CartRule.php:425
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:526 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:322 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/08/c4/62/08c462d3dfba9319b2f4b7fd16000cf51a015d61_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722154e58_43406989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72211f731_55848465)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 167 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 102 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 463
AND agl.`id_lang` = 1 |
0.234
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 728 |
INSERT INTO `n4u0_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.233
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ObjectModel.php:489 (add)
/classes/Guest.php:256 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 467
AND agl.`id_lang` = 1 |
0.232
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 486) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 487
AND agl.`id_lang` = 1 |
0.232
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 104 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 96) |
0.231
ms
|
21 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 47
ORDER BY `position` |
0.231
ms
|
6 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 102
AND pac.`id_product_attribute` = 535
AND agl.`id_lang` = 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 510
AND agl.`id_lang` = 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 9 AND name = '_elementor_version' LIMIT 1 |
0.230
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/platform/core/base/document.php:1001 (get_post_meta)
/modules/axoncreator/platform/core/base/document.php:261 (get_main_meta)
/modules/axoncreator/platform/core/base/document.php:803 (get_container_attributes)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 99) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 47
AND pac.`id_product_attribute` = 152
AND agl.`id_lang` = 1 |
0.229
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 500 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (535,536,537,538,539,540,541)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.229
ms
|
7 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 511 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (544,545,546,547,548,549,550,551)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.229
ms
|
8 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_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.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/controllers/front/listing/CategoryController.php:87 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE * FROM `n4u0_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.228
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 508
AND agl.`id_lang` = 1 |
0.228
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 50 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 50 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 169 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 535
AND cp.`id_cart` = 0 AND cp.`id_product` = 102 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 535
AND cp.`id_cart` = 0 AND p.`id_product_item` = 102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 101
AND pac.`id_product_attribute` = 527
AND agl.`id_lang` = 1 |
0.226
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 477 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.225
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 98
ORDER BY `position` |
0.224
ms
|
4 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 104
ORDER BY `position` |
0.223
ms
|
3 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 539 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (560,561,562,563,564,565,566,567)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.223
ms
|
8 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 509
AND agl.`id_lang` = 1 |
0.222
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 525 |
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 `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (552,553,554,555,556,557,558,559)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.222
ms
|
8 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 102
ORDER BY `position` |
0.221
ms
|
7 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 433
ORDER BY ag.`position` ASC, a.`position` ASC |
0.221
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.220
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/platform/core/responsive/responsive.php:117 (array_reduce)
/modules/axoncreator/platform/core/files/css/base.php:715 (get_breakpoints)
/modules/axoncreator/platform/core/files/css/base.php:122 (init_stylesheet)
/modules/axoncreator/platform/core/files/css/post.php:65 (__construct)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:39 (__construct)
:undefined (__construct)
/modules/axoncreator/platform/core/files/manager.php:63 (newInstanceArgs)
/modules/axoncreator/platform/core/files/base.php:88 (get)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:458 (create)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE * FROM `n4u0_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.220
ms
|
1 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3960
/modules/axoncreator/platform/includes/fonts.php:153 (get_fonts)
/modules/axoncreator/platform/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/platform/includes/fonts.php:1850 (get_fonts)
/modules/axoncreator/platform/includes/frontend.php:663 (get_font_type)
/modules/axoncreator/platform/includes/frontend.php:823 (print_fonts_links)
/modules/axoncreator/platform/core/files/css/base.php:251 (enqueue_font)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 99 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 441
AND cp.`id_cart` = 0 AND cp.`id_product` = 95 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 441
AND cp.`id_cart` = 0 AND p.`id_product_item` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE tr.*
FROM `n4u0_tax_rule` tr
JOIN `n4u0_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 82
AND tr.`id_tax_rules_group` = 54
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.218
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 97 |
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 `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 95 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 100
ORDER BY `position` |
0.216
ms
|
5 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 101 AND il.`id_lang` = 1 ORDER by i.`position` |
0.213
ms
|
12 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `n4u0_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.213
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 95 AND `id_shop` = 1 |
0.213
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 456 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.212
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 101
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.210
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 47 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 47 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 124 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 98) |
0.209
ms
|
21 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 498 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.209
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_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.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/ps_categorytree/ps_categorytree.php:371 (__construct)
/modules/ps_categorytree/ps_categorytree.php:276 (getHomeCategory)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 114 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 97) |
0.208
ms
|
21 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 106
ORDER BY `position` |
0.206
ms
|
5 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 106
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.206
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_post` a
LEFT JOIN `n4u0_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 1
WHERE (a.`id_axon_creator_post` = 9) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1558 (__construct)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 49 AND il.`id_lang` = 1 ORDER by i.`position` |
0.206
ms
|
18 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 49 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_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` = 49 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n4u0_module` m
LEFT JOIN `n4u0_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.203
ms
|
109 |
|
|
/classes/module/Module.php:343
/modules/axoncreator/axoncreator.php:63 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/controllers/front/listing/CategoryController.php:261 (exec)
/controllers/front/listing/CategoryController.php:164 (getTemplateVarCategory)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 100 AND il.`id_lang` = 1 ORDER by i.`position` |
0.203
ms
|
15 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE data FROM n4u0_layered_filter_block WHERE hash="6dae8a1f43aff27f7345a6ecac175f44" LIMIT 1 |
0.203
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 478
AND agl.`id_lang` = 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 104
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.202
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `n4u0_product_attribute` pa
INNER JOIN n4u0_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` = 103
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.201
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 160
AND cp.`id_cart` = 0 AND cp.`id_product` = 49 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 160
AND cp.`id_cart` = 0 AND p.`id_product_item` = 49 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 103
ORDER BY `position` |
0.200
ms
|
4 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE 1 FROM `n4u0_cart_rule` WHERE ((date_to >= "2026-04-20 00:00:00" AND date_to <= "2026-04-20 23:59:59") OR (date_from >= "2026-04-20 00:00:00" AND date_from <= "2026-04-20 23:59:59") OR (date_from < "2026-04-20 00:00:00" AND date_to > "2026-04-20 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/CartRule.php:359
/classes/CartRule.php:391 (haveCartRuleToday)
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:526 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:322 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/08/c4/62/08c462d3dfba9319b2f4b7fd16000cf51a015d61_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722154e58_43406989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72211f731_55848465)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 47 AND il.`id_lang` = 1 ORDER by i.`position` |
0.199
ms
|
18 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 152
AND cp.`id_cart` = 0 AND cp.`id_product` = 47 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 152
AND cp.`id_cart` = 0 AND p.`id_product_item` = 47 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `n4u0_cart_product` cp
WHERE cp.`id_product_attribute` = 164
AND cp.`id_cart` = 0 AND cp.`id_product` = 50 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `n4u0_cart_product` cp JOIN `n4u0_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n4u0_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 164
AND cp.`id_cart` = 0 AND p.`id_product_item` = 50 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE * FROM `n4u0_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.198
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE * FROM `n4u0_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.198
ms
|
1 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3960
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2868 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3321 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3083 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3357 (_prepHook)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `n4u0_currency` c
LEFT JOIN n4u0_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.198
ms
|
2 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/modules/axoncreator/axoncreator.php:2047 (isMultiCurrencyActivated)
/modules/axoncreator/axoncreator.php:993 (getListCurrencies)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 96
ORDER BY `position` |
0.197
ms
|
6 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 101
ORDER BY `position` |
0.197
ms
|
4 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 95
ORDER BY `position` |
0.196
ms
|
5 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 479
AND agl.`id_lang` = 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:7367 (getAttributesParams)
/classes/Link.php:263 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:148 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 482) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 98 AND il.`id_lang` = 1 ORDER by i.`position` |
0.195
ms
|
12 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 104 AND il.`id_lang` = 1 ORDER by i.`position` |
0.194
ms
|
9 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 93 AND il.`id_lang` = 1 ORDER by i.`position` |
0.193
ms
|
18 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 101) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 49
ORDER BY `position` |
0.192
ms
|
6 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `n4u0_lang` l
LEFT JOIN `n4u0_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.191
ms
|
2 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
| 216 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 96 AND il.`id_lang` = 1 ORDER by i.`position` |
0.191
ms
|
18 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 50
AND pac.`id_product_attribute` = 164
AND agl.`id_lang` = 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 106 AND il.`id_lang` = 1 ORDER by i.`position` |
0.190
ms
|
15 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_related` bc
LEFT JOIN `n4u0_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayHeaderCategory' LIMIT 1 |
0.190
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1829
/modules/axoncreator/axoncreator.php:1494 (getRelatedByKey)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:289 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 96 AND `id_shop` = 1 |
0.190
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 95 AND pa.`id_product` = 95 AND pa.`id_product_attribute` = 441 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 144 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 100) |
0.190
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 469 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.189
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "smartblog" LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/managers/widgets.php:126 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE COUNT(*) FROM `n4u0_orders` o
LEFT JOIN `n4u0_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` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/order/Order.php:873
/classes/CartRule.php:452 (getDiscountsCustomer)
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:526 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:322 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/08/c4/62/08c462d3dfba9319b2f4b7fd16000cf51a015d61_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722154e58_43406989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/77/d6/64/77d664540486ee997feb2ab3d138d0cbfa722c34_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72211f731_55848465)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `n4u0_attribute` a
LEFT JOIN `n4u0_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n4u0_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n4u0_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `n4u0_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 49
AND pac.`id_product_attribute` = 160
AND agl.`id_lang` = 1 |
0.187
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `n4u0_lang` l
JOIN n4u0_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.187
ms
|
2 |
|
|
/classes/Language.php:1204
/classes/Language.php:1508 (countActiveLanguages)
/classes/Dispatcher.php:509 (isMultiLanguageActivated)
/classes/Dispatcher.php:242 (setRequestUri)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 238 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 102 AND il.`id_lang` = 1 ORDER by i.`position` |
0.186
ms
|
21 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 50
ORDER BY `position` |
0.186
ms
|
5 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 184 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 104) |
0.185
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.185
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `name`
FROM `n4u0_hook`
WHERE `id_hook` = 1199 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Hook.php:267
/classes/Hook.php:1030 (getNameById)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 535
ORDER BY ag.`position` ASC, a.`position` ASC |
0.184
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 194 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 106) |
0.183
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.180
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/schemes/manager.php:334 (get_option)
/modules/axoncreator/platform/includes/elements/section.php:1056 (get_enabled_schemes)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 24
ORDER BY `position` |
0.180
ms
|
4 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 134 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 99) |
0.179
ms
|
7 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `n4u0_category` c
LEFT JOIN `n4u0_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.179
ms
|
2 |
|
|
/classes/Category.php:2247
/classes/Category.php:1145 (getCategoriesWithoutParent)
/classes/Category.php:1597 (getRootCategory)
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_enable_fullscreen' LIMIT 1 |
0.178
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 527
ORDER BY ag.`position` ASC, a.`position` ASC |
0.178
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 77 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 93) |
0.177
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 463 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.177
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 106) LIMIT 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 526 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.175
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_text_color' LIMIT 1 |
0.175
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE `id_guest`
FROM `n4u0_connections`
WHERE `id_guest` = 10180
AND `date_add` > '2026-04-20 11:27:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.175
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_related` bc
LEFT JOIN `n4u0_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '17' LIMIT 1 |
0.174
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1829
/modules/axoncreator/src/Wp_Helper.php:2344 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1263 (set_singular_var)
/classes/Hook.php:1237 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/controllers/front/listing/CategoryController.php:205 (getLayout)
/classes/controller/FrontController.php:1435 (getLayout)
/classes/controller/FrontController.php:1784 (getLayoutName)
/classes/controller/ProductListingFrontController.php:574 (getTemplateVarPage)
/controllers/front/listing/CategoryController.php:344 (getTemplateVarPage)
/classes/controller/FrontController.php:553 (getTemplateVarPage)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 174 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 103) |
0.174
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE name, alias FROM `n4u0_hook_alias` |
0.173
ms
|
86 |
|
|
/classes/Hook.php:371
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:398 (normalizeHookName)
/classes/Hook.php:420 (getAllKnownNames)
/classes/Hook.php:1119 (isHookCallableOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 634 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.173
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 50 AND il.`id_lang` = 1 ORDER by i.`position` |
0.173
ms
|
15 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/d7/49/17/d74917136892a6cfb62ca6eb8e916b95f31abb0b_2.file.btn-wishlist.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef8094f6_35529475)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:165 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_title_src' LIMIT 1 |
0.172
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 457 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.171
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_description_src' LIMIT 1 |
0.171
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 441
ORDER BY ag.`position` ASC, a.`position` ASC |
0.171
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 499 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.170
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.170
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/schemes/manager.php:334 (get_option)
/modules/axoncreator/platform/includes/elements/section.php:1056 (get_enabled_schemes)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE * FROM `n4u0_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.169
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_active_kit' LIMIT 1 |
0.169
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/axoncreator.php:959 (get_option)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 154 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 101) |
0.169
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product` a
LEFT JOIN `n4u0_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 509 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.168
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 103 AND il.`id_lang` = 1 ORDER by i.`position` |
0.167
ms
|
12 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 510 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.167
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'lightbox_slider_icons_size' LIMIT 1 |
0.167
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE *
FROM `n4u0_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 501 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.167
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 503 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.167
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.167
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_category`
FROM `n4u0_category_shop`
WHERE `id_category` = 17
AND `id_shop` = 1 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Category.php:2454
/controllers/front/listing/CategoryController.php:182 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 104 AND pa.`id_product` = 104 AND pa.`id_product_attribute` = 552 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 44
ORDER BY `position` |
0.166
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 95 AND il.`id_lang` = 1 ORDER by i.`position` |
0.165
ms
|
15 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.165
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/fonts.php:149 (isEnabled)
/modules/axoncreator/platform/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/platform/includes/fonts.php:1850 (get_fonts)
/modules/axoncreator/platform/includes/frontend.php:663 (get_font_type)
/modules/axoncreator/platform/includes/frontend.php:823 (print_fonts_links)
/modules/axoncreator/platform/core/files/css/base.php:251 (enqueue_font)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 459 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.164
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 450) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 451) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 449
ORDER BY ag.`position` ASC, a.`position` ASC |
0.163
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 733 |
INSERT INTO `n4u0_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('8229', '', 'tajer.one/17-fashion?page=4&shop_view=list', '', '2026-04-20 11:57:56') |
0.163
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ConnectionsSource.php:106 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 106 AND pa.`id_product` = 106 AND pa.`id_product_attribute` = 560 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 464 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.162
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 505 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.162
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 478 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.162
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 466 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.161
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 489) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'lightbox_icons_size' LIMIT 1 |
0.161
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 97 AND pa.`id_product` = 97 AND pa.`id_product_attribute` = 470 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_related` bc
LEFT JOIN `n4u0_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterCategory' LIMIT 1 |
0.161
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1829
/modules/axoncreator/axoncreator.php:1494 (getRelatedByKey)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:156 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 96 AND pa.`id_product` = 96 AND pa.`id_product_attribute` = 449 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 458 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.160
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 502 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.160
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE *
FROM `n4u0_axon_creator_related` bc
LEFT JOIN `n4u0_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1 |
0.160
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1829
/modules/axoncreator/axoncreator.php:1494 (getRelatedByKey)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 24 AND pa.`id_product` = 24 AND pa.`id_product_attribute` = 120 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE data
FROM `n4u0_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.160
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 441) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 500 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.159
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_enable_counter' LIMIT 1 |
0.159
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM n4u0_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:285 (__construct)
/index.php:40 (require_once)
|
| 140 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 99 AND pa.`id_product` = 99 AND pa.`id_product_attribute` = 512 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 460 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.158
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 461 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.158
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 98 AND pa.`id_product` = 98 AND pa.`id_product_attribute` = 491 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n4u0_image` i
INNER JOIN n4u0_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n4u0_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 45
ORDER BY `position` |
0.158
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 646 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 24) |
0.157
ms
|
8 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 23 LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 479 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.157
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 544
ORDER BY ag.`position` ASC, a.`position` ASC |
0.157
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 93 AND `id_shop` = 1 |
0.156
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f2/91/29/f29129df2ae7d9a297c6e642a62b81e0db7235de_2.file.btn-compare.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef7eab57_20806170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:167 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 462 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.156
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 511 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.156
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 506 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.156
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE *
FROM `n4u0_tax_lang`
WHERE `id_tax` = 53 |
0.155
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 459) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 465 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.155
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 467 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.155
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 444) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 468 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.154
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 504 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.154
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 445) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 455) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 507 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.153
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 508 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.153
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 21 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 457) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 164 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 102) |
0.152
ms
|
7 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 464) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 519
ORDER BY ag.`position` ASC, a.`position` ASC |
0.152
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 552
ORDER BY ag.`position` ASC, a.`position` ASC |
0.152
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `n4u0_country` a
LEFT JOIN `n4u0_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 82) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 100 AND pa.`id_product` = 100 AND pa.`id_product_attribute` = 519 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 480 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.152
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 567 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.152
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `n4u0_category` c
LEFT JOIN `n4u0_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 34 AND c.`nleft` >= 2 AND c.`nright` <= 167 ORDER BY `nleft` DESC |
0.152
ms
|
2 |
|
|
/classes/Category.php:1617
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.152
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/platform/core/responsive/responsive.php:117 (array_reduce)
/modules/axoncreator/platform/core/files/css/base.php:715 (get_breakpoints)
/modules/axoncreator/platform/core/files/css/base.php:122 (init_stylesheet)
/modules/axoncreator/platform/core/files/css/post.php:65 (__construct)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:39 (__construct)
:undefined (__construct)
/modules/axoncreator/platform/core/files/manager.php:63 (newInstanceArgs)
/modules/axoncreator/platform/core/files/base.php:88 (get)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:458 (create)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 491
ORDER BY ag.`position` ASC, a.`position` ASC |
0.152
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `n4u0_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Configuration.php:135
/classes/Configuration.php:118 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:226 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE * FROM `n4u0_currency` c ORDER BY `iso_code` ASC |
0.150
ms
|
2 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:89 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE * FROM `n4u0_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.150
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE *
FROM `n4u0_country_lang`
WHERE `id_country` = 82 |
0.150
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 94 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 95) |
0.150
ms
|
7 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 544) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 22 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 443) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 454) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 462) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 551 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.150
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 24 AND il.`id_lang` = 1 ORDER by i.`position` |
0.150
ms
|
12 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 560
ORDER BY ag.`position` ASC, a.`position` ASC |
0.150
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 449) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 103 AND pa.`id_product` = 103 AND pa.`id_product_attribute` = 544 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 446) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 447) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 512
ORDER BY ag.`position` ASC, a.`position` ASC |
0.149
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 93 AND pa.`id_product` = 93 AND pa.`id_product_attribute` = 433 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 491) LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 82 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 465) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 97 AND `id_shop` = 1 |
0.148
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `n4u0_product_attribute_combination` pac
LEFT JOIN `n4u0_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n4u0_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n4u0_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 470
ORDER BY ag.`position` ASC, a.`position` ASC |
0.148
ms
|
1 |
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 93 AND `id_group` = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 452) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 559 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.147
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 460) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE *
FROM `n4u0_employee` a
LEFT JOIN `n4u0_employee_shop` `c` ON a.`id_employee` = c.`id_employee` AND c.`id_shop` = 1
WHERE (a.`id_employee` = 1) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Employee.php:166 (__construct)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:198 (get_post)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.147
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `n4u0_lang` a
LEFT JOIN `n4u0_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:219 (__construct)
/index.php:40 (require_once)
|
| 305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 456) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 732 |
INSERT INTO `n4u0_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10180', '62', '3628718449', '', '1', '1', '2026-04-20 11:57:56') |
0.146
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 152) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE tr.*
FROM `n4u0_tax_rule` tr
JOIN `n4u0_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 82
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.145
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3721 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5492 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 458) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/managers/widgets.php:132 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE value FROM `n4u0_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.144
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:278
/modules/ps_accounts/src/Adapter/Configuration.php:223 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtproducttags" LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9b/8d/ce/9b8dce306b29c09c7093b3b3d0a44dab3d627b55_2.file.header.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7221bf0a8_56053214)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:82 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:384 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 667 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 47) |
0.144
ms
|
4 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `n4u0_country` a
LEFT JOIN `n4u0_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `n4u0_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 82) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:154 (__construct)
/index.php:40 (require_once)
|
| 122 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 470) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 512) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 560) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 489 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.142
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 534 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.142
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtsociallogin" LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/2a/55/75/2a55755522c60b424d82e7e4815c7d4d380ffa57_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722738763_53407488)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:470 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 101 AND pa.`id_product` = 101 AND pa.`id_product_attribute` = 527 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 484) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 552) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 488 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.140
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 660 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 45) |
0.140
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `config`
FROM n4u0_nrt_themect_page_config
WHERE `page_id` = 17
AND `page_type` = 'category' LIMIT 1 |
0.139
ms
|
0 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3667
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3007 (_getThemeCtPageConfig)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3264 (_getPageConfigOnFront)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3083 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3357 (_prepHook)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 481 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.139
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.139
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/platform/core/responsive/responsive.php:117 (array_reduce)
/modules/axoncreator/platform/core/files/css/base.php:715 (get_breakpoints)
/modules/axoncreator/platform/core/files/css/base.php:122 (init_stylesheet)
/modules/axoncreator/platform/core/files/css/post.php:65 (__construct)
:undefined (__construct)
/modules/axoncreator/platform/core/files/manager.php:63 (newInstanceArgs)
/modules/axoncreator/platform/core/files/base.php:88 (get)
/modules/axoncreator/platform/includes/frontend.php:968 (create)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE * FROM `n4u0_nrt_wishlist_product` WHERE `id_customer` = 0 AND `id_shop` = 1 |
0.138
ms
|
1 |
|
|
/modules/nrtwishlist/src/NrtWishlistProduct.php:65
/modules/nrtwishlist/nrtwishlist.php:308 (getWishlistProductsIds)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 519) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 9 AND name = '_wp_page_template' LIMIT 1 |
0.137
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/platform/core/document-types/page-base.php:245 (get_post_meta)
/modules/axoncreator/platform/core/documents-manager.php:220 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 466) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 482 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.136
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/managers/widgets.php:126 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE format
FROM `n4u0_address_format`
WHERE `id_country` = 82 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/AddressFormat.php:649
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 687 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 50) |
0.135
ms
|
4 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 453) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 656 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 44) |
0.133
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.133
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/base/document.php:729 (get_post)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:72 (get_elements_data)
/modules/axoncreator/platform/core/files/css/post.php:176 (get_data)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_enable_zoom' LIMIT 1 |
0.132
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 102 AND pa.`id_product` = 102 AND pa.`id_product_attribute` = 535 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 100 AND `id_shop` = 1 |
0.131
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 677 |
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 `n4u0_product` p
INNER JOIN `n4u0_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n4u0_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` = 49) |
0.131
ms
|
4 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_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.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:311 (isInstalled)
/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:66 (getPsAccountsService)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f2/91/29/f29129df2ae7d9a297c6e642a62b81e0db7235de_2.file.btn-compare.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef7eab57_20806170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:167 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 487 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.130
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `n4u0_currency` a
LEFT JOIN `n4u0_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `n4u0_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE *
FROM `n4u0_currency` a
LEFT JOIN `n4u0_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `n4u0_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 490) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 513) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 483 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.127
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 87 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 487) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 490 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.126
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 470) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE * FROM `n4u0_image_type` |
0.126
ms
|
18 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:217 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:102 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:95 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 106 AND `id_shop` = 1 |
0.126
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE id_page_type
FROM n4u0_page_type
WHERE name = 'category' LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Page.php:100
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.125
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `n4u0_currency` a
LEFT JOIN `n4u0_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:713 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 434) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE * FROM `n4u0_nrt_custom_fonts` WHERE `active` = 1 |
0.123
ms
|
1 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3952
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3138 (get_css_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3357 (_prepHook)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_group`
WHERE `id_group` = 1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3763 (getReductionByIdGroup)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 527) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 535) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtcookielaw" LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 433) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 47 AND pa.`id_product` = 47 AND pa.`id_product_attribute` = 152 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 100 AND `id_group` = 1 LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 484 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.121
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 98 AND `id_shop` = 1 |
0.121
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 120) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 488) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 99 AND `id_shop` = 1 |
0.121
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 50 AND pa.`id_product` = 50 AND pa.`id_product_attribute` = 164 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 86 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 485 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.120
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n4u0_product_attribute_image` pai
LEFT JOIN `n4u0_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n4u0_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` = 486 AND il.`id_lang` = 1 ORDER by i.`position` LIMIT 1 |
0.120
ms
|
1 |
Yes
|
|
/classes/Product.php:2701
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/0c/f2/58/0cf2580701ecfd523e7eb1105072a56b49caf11f_2.file.variant-links.tpl.php:37 (getCombinationImageById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a46440a4_81247857)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:150 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM n4u0_shop s
LEFT JOIN n4u0_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.120
ms
|
1 |
|
|
/classes/shop/Shop.php:215
/classes/shop/Shop.php:149 (setUrl)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 54 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM n4u0_required_field |
0.120
ms
|
1 |
|
|
/classes/ObjectModel.php:1437
/classes/ObjectModel.php:1472 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1403 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:558 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.120
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/platform/core/responsive/responsive.php:117 (array_reduce)
/modules/axoncreator/platform/core/files/css/base.php:715 (get_breakpoints)
/modules/axoncreator/platform/core/files/css/base.php:122 (init_stylesheet)
/modules/axoncreator/platform/core/files/css/post.php:65 (__construct)
:undefined (__construct)
/modules/axoncreator/platform/core/files/manager.php:63 (newInstanceArgs)
/modules/axoncreator/platform/core/files/base.php:88 (get)
/modules/axoncreator/platform/includes/frontend.php:968 (create)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/managers/widgets.php:136 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/managers/widgets.php:132 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/2a/55/75/2a55755522c60b424d82e7e4815c7d4d380ffa57_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f722738763_53407488)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:470 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `n4u0_configuration` a
WHERE (a.`id_configuration` = 385) LIMIT 1 |
0.118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 519) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.118
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:198 (get_post)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:71 (get)
/modules/axoncreator/platform/core/files/css/post.php:176 (get_data)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE `id_page`
FROM `n4u0_page`
WHERE `id_page_type` = 11 AND `id_object` = 17 LIMIT 1 |
0.118
ms
|
2 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 449) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 544) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 441 |
0.116
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 23 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 520) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 9 AND name = '_elementor_page_settings' LIMIT 1 |
0.116
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/platform/core/base/document.php:1123 (get_post_meta)
/modules/axoncreator/platform/core/document-types/page-base.php:254 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:220 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `n4u0_group` a
LEFT JOIN `n4u0_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 560) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_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.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `n4u0_product` p LEFT JOIN `n4u0_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n4u0_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n4u0_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` = 49 AND pa.`id_product` = 49 AND pa.`id_product_attribute` = 160 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
0.113
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 492) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 433) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 552) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 101 AND `id_shop` = 1 |
0.112
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `n4u0_hook_alias` |
0.111
ms
|
86 |
|
|
/classes/Hook.php:319
/classes/Hook.php:350 (getAllHookAliases)
/classes/Hook.php:825 (getHookAliasesFor)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_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.111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/fonts.php:149 (isEnabled)
/modules/axoncreator/platform/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/platform/includes/fonts.php:1850 (get_fonts)
/modules/axoncreator/platform/includes/frontend.php:663 (get_font_type)
/modules/axoncreator/platform/includes/frontend.php:823 (print_fonts_links)
/modules/axoncreator/platform/core/files/css/base.php:251 (enqueue_font)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/managers/widgets.php:148 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 512) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 472) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 103 AND `id_shop` = 1 |
0.110
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 104 AND `id_shop` = 1 |
0.110
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=1 AND `active`=1
ORDER BY `position` |
0.110
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 470 |
0.109
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 435) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.109
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/base/document.php:1109 (get_post)
/modules/axoncreator/platform/core/document-types/page-base.php:254 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:220 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 449 |
0.108
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 528) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/managers/widgets.php:152 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 491 |
0.107
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.107
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/base/document.php:238 (get_post)
/modules/axoncreator/platform/core/base/document.php:1197 (get_main_post)
/modules/axoncreator/platform/core/base/document.php:489 (register_document_controls)
/modules/axoncreator/platform/core/document-types/page-base.php:77 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1069 (get_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1154 (get_parsed_dynamic_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1240 (get_settings_for_display)
/modules/axoncreator/platform/core/base/document.php:270 (get_frontend_settings)
/modules/axoncreator/platform/core/base/document.php:803 (get_container_attributes)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 24) AND (id_product_attribute = 120) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 164) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 544 |
0.107
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 527) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `n4u0_category` c
LEFT JOIN `n4u0_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 17 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Category.php:1607
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute` a
LEFT JOIN `n4u0_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 160) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 536) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_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.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.106
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `n4u0_country`
WHERE `id_country` = 82 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 512 |
0.104
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 87 LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.104
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/src/Wp_Helper.php:2003 (get_post_meta)
/modules/axoncreator/platform/core/settings/general/manager.php:112 (get_option)
/modules/axoncreator/platform/core/settings/base/manager.php:342 (get_saved_settings)
/modules/axoncreator/platform/core/settings/base/manager.php:119 (create_model)
/modules/axoncreator/platform/includes/controls/groups/typography.php:105 (get_model)
/modules/axoncreator/platform/includes/controls/groups/base.php:176 (init_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:265 (get_fields)
/modules/axoncreator/platform/includes/controls/groups/base.php:101 (filter_fields)
/modules/axoncreator/platform/includes/base/controls-stack.php:723 (add_controls)
/modules/axoncreator/platform/includes/widgets/image.php:541 (add_group_control)
/modules/axoncreator/platform/includes/base/controls-stack.php:1964 (_register_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:512 (init_controls)
/modules/axoncreator/platform/includes/base/widget-base.php:164 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:305 (get_stack)
/modules/axoncreator/platform/includes/base/controls-stack.php:2019 (get_controls)
/modules/axoncreator/platform/includes/base/controls-stack.php:1055 (sanitize_settings)
/modules/axoncreator/platform/includes/base/controls-stack.php:1824 (get_data)
/modules/axoncreator/platform/core/base/base-object.php:143 (get_init_settings)
/modules/axoncreator/platform/core/base/base-object.php:51 (ensure_settings)
/modules/axoncreator/platform/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 98 AND `id_group` = 1 LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 552 |
0.103
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 82 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 481) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 553) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE *
FROM `n4u0_category` a
LEFT JOIN `n4u0_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n4u0_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
0.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4230 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 560 |
0.102
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE * FROM `n4u0_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2171
/classes/Hook.php:1050 (getExceptionsStatic)
/controllers/front/listing/CategoryController.php:261 (exec)
/controllers/front/listing/CategoryController.php:164 (getTemplateVarCategory)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 96 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtreviews" LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:127 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 479) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_lang`
WHERE `id_product` = 102 AND `id_shop` = 1 |
0.101
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 97 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/managers/widgets.php:156 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.100
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/base/document.php:729 (get_post)
/modules/axoncreator/platform/includes/frontend.php:944 (get_elements_data)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 24) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM n4u0_shop s |
0.100
ms
|
1 |
|
|
/classes/shop/Shop.php:922
/src/Adapter/Configuration.php:383 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:119 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:68 (get)
/classes/assets/StylesheetManager.php:124 (getFQDN)
/classes/assets/StylesheetManager.php:78 (add)
/classes/controller/FrontController.php:1101 (register)
/classes/controller/FrontController.php:965 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 49) AND (id_product_attribute = 160) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `n4u0_configuration_lang`
WHERE `id_configuration` = 385 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/smartsupp/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/CategoryController.php:176 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 519 |
0.098
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 514) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 562) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 46) |
0.098
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 97 AND `id_shop` = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:420 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE value FROM `n4u0_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/shop/Shop.php:1211
/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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 474) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 480) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 532) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE value FROM n4u0_axon_creator_meta WHERE id = 9 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.097
ms
|
47 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1943
/modules/axoncreator/platform/core/files/css/post.php:123 (get_post_meta)
/modules/axoncreator/platform/core/files/base.php:229 (load_meta)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 535) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 530) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `n4u0_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:146 (__construct)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `n4u0_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.096
ms
|
2 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/managers/widgets.php:136 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 529) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `id_category`
FROM `n4u0_category_shop`
WHERE `id_category` = 17
AND `id_shop` = 1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/Category.php:2454
/controllers/front/listing/CategoryController.php:110 (existsInShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 441) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 106 AND `id_group` = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 44) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE *
FROM `n4u0_tax_lang`
WHERE `id_tax` = 54 |
0.093
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 47) AND (id_product_attribute = 152) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `n4u0_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:562 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
| 569 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 18) |
0.092
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_lang` FROM `n4u0_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.091
ms
|
2 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 104 AND `id_group` = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `n4u0_currency_lang`
WHERE `id_currency` = 2 |
0.091
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:713 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9b/8d/ce/9b8dce306b29c09c7093b3b3d0a44dab3d627b55_2.file.header.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7221bf0a8_56053214)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:82 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:384 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 103 AND `id_group` = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 476) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 478) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/axoncreator/platform/includes/managers/widgets.php:148 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "nrtmegamenu" LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/managers/widgets.php:152 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_lang` FROM `n4u0_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.090
ms
|
2 |
|
|
/classes/Language.php:844
/classes/Tools.php:635 (getIdByIso)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 477) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 21 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 50) AND (id_product_attribute = 164) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 99 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 86 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 66) |
0.089
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/modules/axoncreator/axoncreator.php:1979 (present)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_lang` FROM `n4u0_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.088
ms
|
2 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `n4u0_group_lang`
WHERE `id_group` = 1 |
0.088
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 22 LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 99) AND (id_product_attribute = 518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 554) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/axoncreator/platform/includes/managers/widgets.php:156 (isEnabled)
/modules/axoncreator/platform/includes/managers/widgets.php:322 (init_widgets)
/modules/axoncreator/platform/includes/elements/column.php:1040 (get_widget_types)
/modules/axoncreator/platform/includes/base/element-base.php:924 (_get_default_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:367 (get_child_type)
/modules/axoncreator/platform/includes/base/element-base.php:969 (add_child)
/modules/axoncreator/platform/includes/base/element-base.php:327 (init_children)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:123 (get_children)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:124 (render_styles)
/modules/axoncreator/platform/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/platform/core/files/css/post.php:186 (render_styles)
/modules/axoncreator/platform/core/files/css/base.php:618 (render_css)
/modules/axoncreator/platform/core/files/base.php:155 (parse_content)
/modules/axoncreator/platform/core/dynamic-tags/dynamic-css.php:81 (get_content)
/modules/axoncreator/platform/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/core/dynamic-tags/manager.php:460 (enqueue)
/modules/axoncreator/src/Wp_Helper.php:1072 (after_enqueue_post_css)
/modules/axoncreator/platform/core/files/css/base.php:282 (do_action)
/modules/axoncreator/platform/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/platform/includes/frontend.php:971 (enqueue)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 436) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:127 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n4u0_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 541) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE *
FROM `n4u0_tax` a
WHERE (a.`id_tax` = 54) LIMIT 1 |
0.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_lang` FROM `n4u0_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.086
ms
|
2 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE c.id_currency
FROM `n4u0_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.086
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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=9 AND `active`=1
ORDER BY `position` |
0.085
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=11 AND `active`=1
ORDER BY `position` |
0.085
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 24 AND `id_group` = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 152 |
0.085
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 433 |
0.085
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 527 |
0.085
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 533) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 19) |
0.085
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 537) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 546) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 102 AND `id_group` = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 535 |
0.084
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 120 |
0.084
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=10 AND `active`=1
ORDER BY `position` |
0.083
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 563) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=18 AND `active`=1
ORDER BY `position` |
0.083
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.083
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/platform/core/documents-manager.php:198 (get_post)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 47) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `n4u0_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
| 96 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 550) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 29) |
0.082
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 24) |
0.082
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 41) |
0.082
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=12 AND `active`=1
ORDER BY `position` |
0.082
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 437) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 534) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 540) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 555) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=14 AND `active`=1
ORDER BY `position` |
0.081
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE c.id_currency
FROM `n4u0_currency` c
WHERE (iso_code = 'EGP') LIMIT 1 |
0.080
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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 438) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 439) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 521) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 557) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=15 AND `active`=1
ORDER BY `position` |
0.080
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE cg.`id_group`
FROM `n4u0_category_group` cg
WHERE (cg.`id_category` = 61) |
0.080
ms
|
3 |
|
|
/classes/Category.php:1727
/modules/nrtmegamenu/nrtmegamenu.php:4233 (getGroups)
/modules/nrtmegamenu/nrtmegamenu.php:3877 (getLink)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=13 AND `active`=1
ORDER BY `position` |
0.079
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 45) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 160 |
0.079
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 50) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM n4u0_category_group ctg
WHERE ctg.`id_category` = 17 AND ctg.`id_group` = 1 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Category.php:1774
/controllers/front/listing/CategoryController.php:151 (checkAccess)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 101 AND `id_group` = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 93) AND (id_product_attribute = 440) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 494) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 531) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 538) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 558) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE *
FROM `n4u0_nrt_mega_column`
WHERE `id_nrt_mega_menu`=16 AND `active`=1
ORDER BY `position` |
0.079
ms
|
3 |
Yes
|
|
/modules/nrtmegamenu/classes/NrtMegaColumnClass.php:41
/modules/nrtmegamenu/nrtmegamenu.php:3873 (getAll)
/modules/nrtmegamenu/nrtmegamenu.php:4134 (_prepareHook)
/classes/Hook.php:1237 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 493) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 102) AND (id_product_attribute = 539) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 547) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 567) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 49) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `n4u0_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:717 (isAssociatedToShop)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 495) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 548) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE *
FROM `n4u0_product_attribute_lang`
WHERE `id_product_attribute` = 164 |
0.077
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 549) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 551) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 556) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 565) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 559) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 106) AND (id_product_attribute = 566) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 499) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 500) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 506) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 522) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 523) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE id_shop FROM `n4u0_employee_shop` WHERE `id_employee` = 1 |
0.073
ms
|
1 |
|
|
/classes/ObjectModel.php:1641
/classes/Employee.php:173 (getAssociatedShops)
/modules/axoncreator/src/Wp_Helper.php:1220 (__construct)
/modules/axoncreator/src/Wp_Helper.php:1478 (get_post)
/modules/axoncreator/platform/core/documents-manager.php:205 (get_post_type)
/modules/axoncreator/platform/core/documents-manager.php:264 (get)
/modules/axoncreator/platform/includes/frontend.php:939 (get_doc_for_frontend)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 95 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:184 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 501) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9b/8d/ce/9b8dce306b29c09c7093b3b3d0a44dab3d627b55_2.file.header.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9b/8d/ce/9b8dce306b29c09c7093b3b3d0a44dab3d627b55_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7221bf0a8_56053214)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:82 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:384 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 508) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 526) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `n4u0_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Category.php:1612
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 44 AND `id_group` = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 50 AND `id_group` = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 507) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 510) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 524) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE id_shop
FROM `n4u0_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Group.php:407 (isAssociatedToShop)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/controllers/front/listing/CategoryController.php:94 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 525) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 49 AND `id_group` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 505) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 47 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 502) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 504) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 511) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE `reduction`
FROM `n4u0_product_group_reduction_cache`
WHERE `id_product` = 45 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/axoncreator/axoncreator.php:1975 (assembleProducts)
/modules/axoncreator/axoncreator.php:1936 (convertProducts)
/modules/axoncreator/axoncreator.php:1744 (execProducts)
/modules/axoncreator/platform/includes/widgets/axps-products.php:1027 (_prepProducts)
/modules/axoncreator/platform/includes/base/widget-base.php:537 (render)
/modules/axoncreator/platform/includes/base/widget-base.php:667 (render_content)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/includes/base/element-base.php:872 (print_element)
/modules/axoncreator/platform/includes/base/element-base.php:656 (_print_content)
/modules/axoncreator/platform/core/base/document.php:1168 (print_element)
/modules/axoncreator/platform/core/base/document.php:807 (print_elements)
/modules/axoncreator/platform/includes/frontend.php:974 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1559 (get_builder_content)
/modules/axoncreator/axoncreator.php:1529 (getWidgetVariables)
/modules/axoncreator/axoncreator.php:1514 (_axRenderContent)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:191 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:206 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:305 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n4u0_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 509) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/38/83/2b/38832b4544aa2fcb1592e3c46b0b96631e58f2cb_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7ef75a438_41968422)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/e8/2b/5c/e82b5cca79b5a7c49d9a25e3a71dc1472c2893f5_2.file.product-0.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45f6a72_83096900)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/1e/0d/fe/1e0dfe5cff8599313b106353060032bf5abec56e_2.file.products.tpl.php:78 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45e3a42_21274055)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ec/cb/13/eccb130a4f0964e7ae029c66fbc54bea9160764e_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.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/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE `id_module` FROM `n4u0_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9b/8d/ce/9b8dce306b29c09c7093b3b3d0a44dab3d627b55_2.file.header.tpl.php:95 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9b/8d/ce/9b8dce306b29c09c7093b3b3d0a44dab3d627b55_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f7221bf0a8_56053214)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:82 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:384 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/3e/52/3d/3e523d642531f1d9eab13fa5e702872415207457_2.file.layout-both-columns.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f72210c352_05933819)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/22/7d/6f/227d6f75806aef46214b577bce0fc30246013b96_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a45534e0_55207838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/5e/0a/97/5e0a97245d48831ac52fac2545423857a25ea88d_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69e5f8a4546460_26998033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|