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 `y6374_configuration` c
LEFT JOIN `y6374_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2.578
ms
|
893 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:402 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `y6374_module` m
INNER JOIN y6374_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `y6374_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `y6374_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `y6374_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` |
2.403
ms
|
1935 |
Yes
|
Yes
|
/classes/Hook.php:1514
/classes/Hook.php:823 (getAllHookRegistrations)
/classes/Hook.php:966 (getHookModuleExecList)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
127 |
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 y6374_product p LEFT JOIN y6374_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN y6374_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN y6374_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 y6374_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN y6374_category_product cp ON (p.id_product = cp.id_product) INNER JOIN y6374_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN y6374_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN y6374_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>=31 AND c.nright<=32 GROUP BY p.id_product) p INNER JOIN y6374_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
2.304
ms
|
327294 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
134 |
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 `y6374_hook_module` hm
STRAIGHT_JOIN `y6374_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `y6374_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.703
ms
|
672 |
|
|
/classes/Hook.php:505
/classes/Hook.php:554 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3642 (getManager)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
133 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `y6374_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `y6374_hook_alias` ha
INNER JOIN `y6374_hook` h ON ha.name = h.name |
1.649
ms
|
0 |
|
|
/classes/Hook.php:1582
/classes/Hook.php:251 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3642 (getManager)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
105 |
SELECT SQL_NO_CACHE product_id as id_product, COUNT(product_id) AS sales
FROM `y6374_order_detail`
WHERE product_id IN (
SELECT id_product
FROM `y6374_category_product`
LEFT JOIN y6374_product USING (id_product)
WHERE id_category = 47
AND active = 1
)
GROUP BY product_id
ORDER BY sales DESC LIMIT 5 |
1.547
ms
|
1760 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3081
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3226 (getCategoryProducts)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
445 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `y6374_category` c
INNER JOIN y6374_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `y6374_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `y6374_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `y6374_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.333
ms
|
109 |
Yes
|
Yes
|
/classes/Category.php:785
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
129 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-10-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM y6374_product p
LEFT JOIN y6374_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN y6374_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN y6374_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (231,154,153,131,76,74,91,414,536,538,539,622,624,625,626,698,719,90,148,79,104,284,730,800) |
1.054
ms
|
24 |
|
|
/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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
363 |
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 `y6374_product_attribute_combination` pac
LEFT JOIN `y6374_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `y6374_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (46,47,48,396,397,398)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.047
ms
|
6 |
|
|
/classes/Product.php:2486
/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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `y6374_hook` |
1.036
ms
|
1273 |
|
|
/classes/Hook.php:1582
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:975 (getIdByName)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
211 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 625 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.033
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
411 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (698) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.015
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
32 |
SELECT SQL_NO_CACHE `id_lang` FROM `y6374_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.994
ms
|
1 |
|
|
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM `y6374_currency` a
LEFT JOIN `y6374_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `y6374_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.919
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `y6374_hook` h
WHERE (h.active = 1) |
0.915
ms
|
1273 |
|
|
/classes/Hook.php:1622
/classes/Hook.php:924 (getHookStatusByName)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
31 |
SELECT SQL_NO_CACHE `id_lang` FROM `y6374_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.905
ms
|
1 |
|
|
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
403 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (622) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.894
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 `y6374_attribute` a
LEFT JOIN `y6374_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `y6374_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN y6374_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `y6374_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 231
AND pac.`id_product_attribute` = 47
AND agl.`id_lang` = 1 |
0.889
ms
|
1 |
|
|
/classes/Product.php:7137
/classes/Product.php:7288 (getAttributesParams)
/classes/Link.php:244 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray::getMainVariants():795})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
45 |
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 `y6374_category` c
INNER JOIN y6374_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `y6374_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `y6374_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 47
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.864
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:916
/controllers/front/listing/CategoryController.php:275 (getSubCategories)
/controllers/front/listing/CategoryController.php:160 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
387 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (74) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.853
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
104 |
SELECT SQL_NO_CACHE *
FROM `y6374_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1 |
0.850
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3221 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
373 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.831
ms
|
66 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
359 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 231) LIMIT 1 |
0.825
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
412 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.774
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
111 |
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM y6374_category LEFT JOIN y6374_category_lang AS cl USING (id_category) LEFT JOIN y6374_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 1 ORDER BY `y6374_category`.`id_parent` ASC, `y6374_category`.`id_category` ASC |
0.749
ms
|
109 |
Yes
|
|
/modules/facebookconversiontrackingplus/classes/PixelTools.php:429
/modules/facebookconversiontrackingplus/classes/PixelTools.php:404 (getCategories)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:414 (getBreadcrumb)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:414 (getBreadcrumb)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:398 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3231 (tryGetBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
216 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 626 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 626 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.749
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
67 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.732
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3260 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3081 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3326 (_prepHook)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
110 |
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM y6374_category LEFT JOIN y6374_category_lang AS cl USING (id_category) LEFT JOIN y6374_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 1 ORDER BY `y6374_category`.`id_parent` ASC, `y6374_category`.`id_category` ASC |
0.724
ms
|
109 |
Yes
|
|
/modules/facebookconversiontrackingplus/classes/PixelTools.php:429
/modules/facebookconversiontrackingplus/classes/PixelTools.php:404 (getCategories)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:414 (getBreadcrumb)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:398 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3231 (tryGetBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
221 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 698 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 698 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.722
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
413 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (719) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.722
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
392 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (414) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.721
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
109 |
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM y6374_category LEFT JOIN y6374_category_lang AS cl USING (id_category) LEFT JOIN y6374_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 1 ORDER BY `y6374_category`.`id_parent` ASC, `y6374_category`.`id_category` ASC |
0.719
ms
|
109 |
Yes
|
|
/modules/facebookconversiontrackingplus/classes/PixelTools.php:429
/modules/facebookconversiontrackingplus/classes/PixelTools.php:404 (getCategories)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:398 (getBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3231 (tryGetBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
401 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 14 LIMIT 1 |
0.710
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
378 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.699
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
47 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `y6374_module` m
LEFT JOIN `y6374_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.685
ms
|
111 |
|
|
/classes/module/Module.php:340
/modules/ps_socialfollow/ps_socialfollow.php:53 (__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:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
391 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.685
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `y6374_lang` a
LEFT JOIN `y6374_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.674
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:219 (__construct)
/index.php:40 (require_once)
|
416 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (90) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.651
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
51 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_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` = '47' LIMIT 1 |
0.645
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/src/Wp_Helper.php:1552 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1270 (reset_post_var)
/classes/Hook.php:1251 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:200 (getLayout)
/classes/controller/FrontController.php:1415 (getLayout)
/classes/controller/FrontController.php:1764 (getLayoutName)
/classes/controller/ProductListingFrontController.php:574 (getTemplateVarPage)
/controllers/front/listing/CategoryController.php:339 (getTemplateVarPage)
/classes/controller/FrontController.php:521 (getTemplateVarPage)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
444 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_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.642
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
405 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (624) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.640
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
29 |
SELECT SQL_NO_CACHE c.id_currency
FROM `y6374_currency` c
WHERE (iso_code = 'TND') LIMIT 1 |
0.630
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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
126 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `y6374_attribute_group` ag INNER JOIN y6374_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `y6374_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `y6374_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `y6374_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.628
ms
|
11 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
101 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "easycheckout" LIMIT 1 |
0.615
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
112 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "attributewizardpro" LIMIT 1 |
0.615
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3369 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
27 |
SELECT SQL_NO_CACHE `id_lang` FROM `y6374_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.605
ms
|
1 |
|
|
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
245 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `y6374_attribute` a
LEFT JOIN `y6374_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `y6374_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN y6374_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `y6374_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 79
AND pac.`id_product_attribute` = 166
AND agl.`id_lang` = 1 |
0.589
ms
|
1 |
|
|
/classes/Product.php:7137
/classes/Product.php:5542 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
26 |
SELECT SQL_NO_CACHE *
FROM `y6374_currency` a
LEFT JOIN `y6374_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `y6374_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM y6374_shop_url su
LEFT JOIN y6374_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'cherrybeauty.tn' OR su.domain_ssl = 'cherrybeauty.tn')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.578
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1395
/classes/shop/Shop.php:359 (findShopByHost)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
400 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (539) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.577
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
397 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (538) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.576
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `y6374_module` m
LEFT JOIN `y6374_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.572
ms
|
111 |
|
|
/classes/module/Module.php:340
/modules/ps_checkout/ps_checkout.php:123 (__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:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
19 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `y6374_meta` m
LEFT JOIN `y6374_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.566
ms
|
66 |
Yes
|
|
/classes/Dispatcher.php:635
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
44 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM y6374_category_group ctg
WHERE ctg.`id_category` = 47 AND ctg.`id_group` = 1 LIMIT 1 |
0.559
ms
|
1 |
|
|
/classes/Category.php:1744
/controllers/front/listing/CategoryController.php:146 (checkAccess)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
206 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 624 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 624 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.554
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
418 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (148) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.554
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
62 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a0
LEFT JOIN `y6374_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 31) AND (a0.`nright` > 32) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.542
ms
|
109 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:303 (rewind)
/classes/controller/FrontController.php:1833 (getBreadcrumbLinks)
/classes/controller/FrontController.php:527 (getBreadcrumb)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM `y6374_currency` a
LEFT JOIN `y6374_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `y6374_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
236 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 148 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 148 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.538
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
442 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.532
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `y6374_module` m
LEFT JOIN `y6374_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.529
ms
|
111 |
|
|
/classes/module/Module.php:340
/modules/psassistant/psassistant.php:73 (__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:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/Dispatcher.php:346 (exec)
/index.php:78 (dispatch)
|
409 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (626) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.522
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
196 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 539 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 539 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.520
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
349 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 800) AND (b.`id_shop` = 1) LIMIT 1 |
0.520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 `y6374_attribute` a
LEFT JOIN `y6374_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `y6374_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN y6374_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `y6374_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 79
AND pac.`id_product_attribute` = 27
AND agl.`id_lang` = 1 |
0.517
ms
|
1 |
|
|
/classes/Product.php:7137
/classes/Product.php:7288 (getAttributesParams)
/classes/Link.php:244 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray::getMainVariants():795})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
384 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (76) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.516
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 231 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.512
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
72 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `y6374_currency` c
LEFT JOIN y6374_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.511
ms
|
3 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/modules/axoncreator/axoncreator.php:1985 (isMultiCurrencyActivated)
/modules/axoncreator/axoncreator.php:948 (getListCurrencies)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `y6374_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:149 (__construct)
/classes/shop/Shop.php:435 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
33 |
SELECT SQL_NO_CACHE c.id_currency
FROM `y6374_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.508
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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
191 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 538 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 538 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.505
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
428 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (79) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.502
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
298 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 49 LIMIT 1 |
0.502
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
394 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (536) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.501
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
316 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 625
ORDER BY `position` |
0.496
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
73 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_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.492
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `y6374_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
186 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 536 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 536 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.488
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `y6374_module` m
LEFT JOIN `y6374_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.486
ms
|
111 |
|
|
/classes/module/Module.php:340
/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:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
390 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (91) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.483
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
407 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.480
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
243 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 166
AND cp.`id_cart` = 0 AND cp.`id_product` = 79 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 166
AND cp.`id_cart` = 0 AND p.`id_product_item` = 79 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.478
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5523 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 79) LIMIT 1 |
0.473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
396 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
125 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM y6374_layered_category
WHERE controller = 'category'
AND id_category = 47
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.466
ms
|
18 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `id_category`
FROM `y6374_category_shop`
WHERE `id_category` = 47
AND `id_shop` = 1 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Category.php:2418
/controllers/front/listing/CategoryController.php:177 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 397) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
273 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 154) AND (b.`id_shop` = 1) LIMIT 1 |
0.457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/controllers/front/listing/CategoryController.php:89 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 `y6374_attribute` a
LEFT JOIN `y6374_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `y6374_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN y6374_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `y6374_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 231
AND pac.`id_product_attribute` = 48
AND agl.`id_lang` = 1 |
0.452
ms
|
1 |
|
|
/classes/Product.php:7137
/classes/Product.php:7288 (getAttributesParams)
/classes/Link.php:244 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:1254 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:800 (getProductURL)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray::getMainVariants():795})
/src/Adapter/Presenter/Product/ProductLazyArray.php:795 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
434 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (284) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.452
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
241 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 79 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 79 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
233 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 148) |
0.441
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
432 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_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.440
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
362 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `y6374_product_attribute` pa
INNER JOIN y6374_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` = 231
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.438
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:2471
/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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
231 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 90 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 90 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
28 |
SELECT SQL_NO_CACHE `id_lang` FROM `y6374_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.436
ms
|
1 |
|
|
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
386 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM y6374_shop s
LEFT JOIN y6374_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.433
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:152 (setUrl)
/classes/shop/Shop.php:435 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
141 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 46
AND cp.`id_cart` = 0 AND cp.`id_product` = 231 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 46
AND cp.`id_cart` = 0 AND p.`id_product_item` = 231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5523 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
377 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_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.433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
156 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 153 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 153 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
182 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 536 LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
193 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 539) |
0.423
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
181 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 414 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 414 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
350 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 800
ORDER BY `position` |
0.423
ms
|
4 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
201 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 622 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
252 |
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 `y6374_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 `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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.418
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
86 |
SELECT SQL_NO_CACHE * FROM `y6374_nrt_wishlist_product` WHERE `id_customer` = 0 AND `id_shop` = 1 |
0.417
ms
|
55 |
|
|
/modules/nrtwishlist/src/NrtWishlistProduct.php:65
/modules/nrtwishlist/nrtwishlist.php:308 (getWishlistProductsIds)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
226 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 719 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 719 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.415
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 166) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5523 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
151 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.412
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
143 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `y6374_attribute` a
LEFT JOIN `y6374_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `y6374_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN y6374_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `y6374_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 231
AND pac.`id_product_attribute` = 46
AND agl.`id_lang` = 1 |
0.408
ms
|
1 |
|
|
/classes/Product.php:7137
/classes/Product.php:5542 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
183 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 536) |
0.402
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
103 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3221 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
171 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 74 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 74 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.400
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
352 |
SELECT SQL_NO_CACHE 1 FROM `y6374_cart_rule` WHERE ((date_to >= "2025-10-10 00:00:00" AND date_to <= "2025-10-10 23:59:59") OR (date_from >= "2025-10-10 00:00:00" AND date_from <= "2025-10-10 23:59:59") OR (date_from < "2025-10-10 00:00:00" AND date_to > "2025-10-10 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/CartRule.php:359
/classes/CartRule.php:391 (haveCartRuleToday)
/classes/Cart.php:2825 (getCustomerCartRules)
/classes/Cart.php:3150 (getDeliveryOptionList)
/classes/Cart.php:3223 (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:2068 (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/akira_child_themelayouts_layout_full_width_tpl/54/ab/ce/54abcecdec2d62894f436943d4fd5288fd66e7fc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb91db8_70770704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_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/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb6fd84_43803912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:44 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
132 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 231) |
0.395
ms
|
6 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
315 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 625) AND (b.`id_shop` = 1) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
262 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 730 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 730 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
161 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.391
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
25 |
SELECT SQL_NO_CACHE c.id_currency
FROM `y6374_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.390
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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
176 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 91 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 91 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.389
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
341 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 284) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (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 y6374_shop_group gs
LEFT JOIN y6374_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN y6374_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.388
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:719
/classes/shop/Shop.php:778 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:402 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
446 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `y6374_category` c
LEFT JOIN `y6374_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.388
ms
|
1 |
|
|
/classes/Category.php:2211
/classes/Category.php:1115 (getCategoriesWithoutParent)
/classes/Category.php:1567 (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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
449 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `y6374_category` c
LEFT JOIN `y6374_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 31 AND c.`nright` >= 32 AND c.`nleft` >= 2 AND c.`nright` <= 209 ORDER BY `nleft` DESC |
0.387
ms
|
16 |
|
|
/classes/Category.php:1587
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
37 |
SELECT SQL_NO_CACHE *
FROM `y6374_currency_lang`
WHERE `id_currency` = 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:685 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
334 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 626) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
356 |
SELECT SQL_NO_CACHE COUNT(*) FROM `y6374_orders` o
LEFT JOIN `y6374_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` = 2 LIMIT 1 |
0.383
ms
|
3 |
|
|
/classes/order/Order.php:864
/classes/CartRule.php:452 (getDiscountsCustomer)
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:512 (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/akira_child_themelayouts_layout_full_width_tpl/54/ab/ce/54abcecdec2d62894f436943d4fd5288fd66e7fc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb91db8_70770704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_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/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb6fd84_43803912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:44 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
440 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (800) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.381
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
270 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 231
ORDER BY `position` |
0.380
ms
|
3 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
389 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
321 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 698) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
342 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 42 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
222 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 719 LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
301 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 538) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
380 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (153) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.376
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
268 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 231) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM y6374_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:64 (getShopDomain)
/config/config.inc.php:285 (__construct)
/index.php:40 (require_once)
|
207 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 625 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
382 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.372
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
198 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 622) |
0.372
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
53 |
SELECT SQL_NO_CACHE * FROM `y6374_image_type` WHERE 1 AND `manufacturers` = 1 AND `theme_name` = 'akira-child-theme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.371
ms
|
32 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
388 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_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.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
250 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 104 AND `id_group` = 1 LIMIT 1 |
0.369
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
355 |
SELECT SQL_NO_CACHE * FROM `y6374_cart_rule` cr
LEFT JOIN `y6374_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.369
ms
|
1 |
|
|
/classes/CartRule.php:425
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:512 (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/akira_child_themelayouts_layout_full_width_tpl/54/ab/ce/54abcecdec2d62894f436943d4fd5288fd66e7fc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb91db8_70770704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_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/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb6fd84_43803912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:44 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
46 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM y6374_shop s |
0.365
ms
|
1 |
|
|
/classes/shop/Shop.php:925
/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:1071 (register)
/classes/controller/FrontController.php:933 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
332 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 148
ORDER BY `position` |
0.365
ms
|
4 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
424 |
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 `y6374_product_attribute_combination` pac
LEFT JOIN `y6374_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `y6374_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `y6374_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (27,166,378,379)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.365
ms
|
4 |
|
|
/classes/Product.php:2486
/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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
437 |
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 `y6374_product_attribute` pa
INNER JOIN y6374_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 `y6374_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `y6374_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `y6374_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `y6374_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (730) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.365
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4230
/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/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:73 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
331 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 148) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 47) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `id_category`
FROM `y6374_category_shop`
WHERE `id_category` = 47
AND `id_shop` = 1 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Category.php:2418
/controllers/front/listing/CategoryController.php:105 (existsInShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
213 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 626) |
0.361
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
257 |
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 `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 284 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 284 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.361
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
249 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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.360
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 698) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
443 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `y6374_lang` l
JOIN y6374_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.356
ms
|
1 |
|
|
/classes/Language.php:1204
/classes/Language.php:1510 (countActiveLanguages)
/classes/Dispatcher.php:508 (isMultiLanguageActivated)
/classes/Dispatcher.php:227 (setRequestUri)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
328 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
436 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `y6374_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:565 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
106 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 47) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:392 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3231 (tryGetBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
312 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 624) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
166 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 76 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 76 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.352
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
339 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 104
ORDER BY `position` |
0.352
ms
|
5 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
24 |
SELECT SQL_NO_CACHE value FROM `y6374_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/shop/Shop.php:1214
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
402 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
310 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 622
ORDER BY `position` |
0.349
ms
|
7 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
228 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 90) |
0.348
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
320 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 626 AND il.`id_lang` = 1 ORDER by i.`position` |
0.348
ms
|
5 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
347 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 730
ORDER BY `position` |
0.348
ms
|
4 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
307 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 539
ORDER BY `position` |
0.347
ms
|
5 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
354 |
SELECT SQL_NO_CACHE 1 FROM `y6374_cart_rule` WHERE ((date_to >= "2025-10-10 00:00:00" AND date_to <= "2025-10-10 23:59:59") OR (date_from >= "2025-10-10 00:00:00" AND date_from <= "2025-10-10 23:59:59") OR (date_from < "2025-10-10 00:00:00" AND date_to > "2025-10-10 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/CartRule.php:359
/classes/CartRule.php:391 (haveCartRuleToday)
/classes/CartRule.php:572 (getCustomerCartRules)
/classes/Cart.php:512 (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/akira_child_themelayouts_layout_full_width_tpl/54/ab/ce/54abcecdec2d62894f436943d4fd5288fd66e7fc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb91db8_70770704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_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/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb6fd84_43803912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:44 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
294 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 414) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
267 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `y6374_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 800 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `y6374_cart_product` cp JOIN `y6374_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `y6374_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` = 800 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.345
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
335 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 41 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
345 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 730) AND (b.`id_shop` = 1) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
299 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 536
ORDER BY `position` |
0.342
ms
|
10 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
336 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 79
ORDER BY `position` |
0.342
ms
|
2 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
309 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 622) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 539) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
52 |
SELECT SQL_NO_CACHE * FROM `y6374_image_type` WHERE 1 AND `categories` = 1 AND `theme_name` = 'akira-child-theme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.338
ms
|
32 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
318 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 626) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
399 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
324 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 719) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
438 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 62 LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
188 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 538) |
0.325
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
353 |
SELECT SQL_NO_CACHE * FROM `y6374_cart_rule` cr
LEFT JOIN `y6374_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.325
ms
|
1 |
|
|
/classes/CartRule.php:425
/classes/Cart.php:2825 (getCustomerCartRules)
/classes/Cart.php:3150 (getDeliveryOptionList)
/classes/Cart.php:3223 (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:2068 (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/akira_child_themelayouts_layout_full_width_tpl/54/ab/ce/54abcecdec2d62894f436943d4fd5288fd66e7fc_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb91db8_70770704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_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/akira_child_themelayouts_layout_full_width_tpl/d7/5d/09/d75d09f9bb4daaac4a7c94c1162cc85af4932ead_2.file.head.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb6fd84_43803912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:44 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
404 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
410 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
343 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 284
ORDER BY `position` |
0.323
ms
|
5 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
376 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
398 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 21 LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
421 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_lang`
WHERE `id_product` = 79 AND `id_shop` = 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
289 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 74
ORDER BY `position` |
0.323
ms
|
8 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
314 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 624 AND il.`id_lang` = 1 ORDER by i.`position` |
0.323
ms
|
2 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
329 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 90
ORDER BY `position` |
0.322
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
163 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 76) |
0.322
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `y6374_lang` l
LEFT JOIN `y6374_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.320
ms
|
1 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
423 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `y6374_product_attribute` pa
INNER JOIN y6374_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` = 79
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.320
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2471
/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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
203 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 624) |
0.318
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "nrtproducttags" LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/cb/e6/11/cbe611c17741051a9b6b9fffbc6599338c1772d7_2.file.header.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebaa827_84519895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:392 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
244 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `y6374_product` p LEFT JOIN `y6374_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN y6374_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN y6374_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` = 79 AND pa.`id_product` = 79 AND pa.`id_product_attribute` = 166 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5531 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
415 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
208 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 625) |
0.313
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
97 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "idxropc" LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
360 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_lang`
WHERE `id_product` = 231 AND `id_shop` = 1 |
0.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 539) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
113 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3369 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
385 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 32 LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
292 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 91
ORDER BY `position` |
0.307
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
22 |
SELECT SQL_NO_CACHE * FROM `y6374_currency` c ORDER BY `iso_code` ASC |
0.305
ms
|
3 |
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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
98 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
308 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 539 AND il.`id_lang` = 1 ORDER by i.`position` |
0.304
ms
|
5 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `y6374_country` a
LEFT JOIN `y6374_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `y6374_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 208) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:154 (__construct)
/index.php:40 (require_once)
|
218 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 698) |
0.300
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
168 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 74) |
0.300
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
295 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 414
ORDER BY `position` |
0.299
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
330 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 90 AND il.`id_lang` = 1 ORDER by i.`position` |
0.298
ms
|
1 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 396) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1 |
0.297
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
346 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 62 LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
297 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 536) AND (b.`id_shop` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
441 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 32 LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
209 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 625 AND `id_group` = 1 LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1 |
0.294
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
351 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 800 AND il.`id_lang` = 1 ORDER by i.`position` |
0.294
ms
|
4 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
300 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 536 AND il.`id_lang` = 1 ORDER by i.`position` |
0.293
ms
|
10 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
87 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "supercheckout" LIMIT 1 |
0.292
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
431 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_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.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
280 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 131) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
327 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 719 AND il.`id_lang` = 1 ORDER by i.`position` |
0.290
ms
|
7 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
92 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.289
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
303 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 538
ORDER BY `position` |
0.289
ms
|
5 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
313 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 624
ORDER BY `position` |
0.289
ms
|
2 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
319 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 626
ORDER BY `position` |
0.289
ms
|
5 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `y6374_currency` a
LEFT JOIN `y6374_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:685 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
192 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 539 LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 148) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
333 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 148 AND il.`id_lang` = 1 ORDER by i.`position` |
0.287
ms
|
4 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
254 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 284) |
0.286
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
118 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2841 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3437 (getWishlistOptions)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1 |
0.285
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
148 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 154) |
0.285
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
69 |
SELECT SQL_NO_CACHE * FROM `y6374_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.284
ms
|
1 |
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3949
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2868 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3293 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3081 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3326 (_prepHook)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 90) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
187 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 538 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
456 |
SELECT SQL_NO_CACHE *
FROM `y6374_currency` c
INNER JOIN y6374_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.284
ms
|
3 |
Yes
|
|
/classes/Currency.php:687
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:248 (getWidgetVariables)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
102 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.282
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
340 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 104 AND il.`id_lang` = 1 ORDER by i.`position` |
0.282
ms
|
5 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
322 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 698
ORDER BY `position` |
0.281
ms
|
7 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
81 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1 |
0.280
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
173 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 91) |
0.280
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
290 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 74 AND il.`id_lang` = 1 ORDER by i.`position` |
0.279
ms
|
8 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.279
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
379 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.279
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
406 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
232 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 148 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
271 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 231 AND il.`id_lang` = 1 ORDER by i.`position` |
0.274
ms
|
3 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 398) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
0.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
17 |
SELECT SQL_NO_CACHE name, alias FROM `y6374_hook_alias` |
0.272
ms
|
86 |
|
|
/classes/Hook.php:375
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:402 (normalizeHookName)
/classes/Hook.php:426 (getAllKnownNames)
/classes/Hook.php:1133 (isHookCallableOn)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
144 |
SELECT SQL_NO_CACHE tr.*
FROM `y6374_tax_rule` tr
JOIN `y6374_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 208
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.272
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:5657 (getTaxCalculator)
/classes/Product.php:5549 (getTaxesInformations)
/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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
277 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 153) AND (b.`id_shop` = 1) LIMIT 1 |
0.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
317 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 625 AND il.`id_lang` = 1 ORDER by i.`position` |
0.272
ms
|
1 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
326 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 719
ORDER BY `position` |
0.272
ms
|
7 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
116 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "configurator" LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3373 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
153 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 153) |
0.268
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
348 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 730 AND il.`id_lang` = 1 ORDER by i.`position` |
0.268
ms
|
4 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
278 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 153
ORDER BY `position` |
0.267
ms
|
3 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
395 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 49 LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
217 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 698 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
283 |
SELECT SQL_NO_CACHE *
FROM `y6374_product` a
LEFT JOIN `y6374_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `y6374_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
0.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 719) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
296 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 414 AND il.`id_lang` = 1 ORDER by i.`position` |
0.264
ms
|
1 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
130 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 0 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/SpecificPrice.php:423
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
135 |
SELECT SQL_NO_CACHE tr.*
FROM `y6374_tax_rule` tr
JOIN `y6374_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 208
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('2080' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '2080')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.263
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3643 (getTaxCalculator)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
145 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_attribute` a
LEFT JOIN `y6374_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 46) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5597 (__construct)
/classes/Product.php:5560 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
383 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
370 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/e0/a0/9a/e0a09aa2a456354ff2c94fdc02958724ecdb1690_2.file.btn-compare.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec2c2d5_11833168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
393 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1 |
0.260
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
337 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 79 AND il.`id_lang` = 1 ORDER by i.`position` |
0.259
ms
|
2 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
344 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 284 AND il.`id_lang` = 1 ORDER by i.`position` |
0.259
ms
|
5 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
275 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 154
ORDER BY `position` |
0.259
ms
|
2 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
279 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 153 AND il.`id_lang` = 1 ORDER by i.`position` |
0.259
ms
|
3 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
94 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.258
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
227 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 90 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
82 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_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` = 'displayProductSummary' LIMIT 1 |
0.257
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
212 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 626 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
419 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
128 |
SELECT SQL_NO_CACHE data FROM y6374_layered_filter_block WHERE hash="36a788ba0bca47e3f9d177b730f78d4d" LIMIT 1 |
0.255
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
223 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 719) |
0.255
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
158 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 131) |
0.255
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
204 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 624 AND `id_group` = 1 LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
311 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 622 AND il.`id_lang` = 1 ORDER by i.`position` |
0.254
ms
|
7 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
306 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 378) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `y6374_group` a
LEFT JOIN `y6374_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:255 (getCurrent)
/classes/Cart.php:228 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
450 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "nrtsociallogin" LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
197 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 622 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
246 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_attribute` a
LEFT JOIN `y6374_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 166) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5597 (__construct)
/classes/Product.php:5560 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
40 |
SELECT SQL_NO_CACHE *
FROM `y6374_group_lang`
WHERE `id_group` = 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:255 (getCurrent)
/classes/Cart.php:228 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
178 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 414) |
0.247
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 538) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
142 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `y6374_product` p LEFT JOIN `y6374_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN y6374_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN y6374_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` = 231 AND pa.`id_product` = 231 AND pa.`id_product_attribute` = 46 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5531 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
234 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 148 AND `id_group` = 1 LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
264 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 800) |
0.246
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
323 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 698 AND il.`id_lang` = 1 ORDER by i.`position` |
0.246
ms
|
7 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
214 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 626 AND `id_group` = 1 LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
457 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
107 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_lang`
WHERE `id_product` = 47 AND `id_shop` = 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:392 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3231 (tryGetBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
304 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 538 AND il.`id_lang` = 1 ORDER by i.`position` |
0.243
ms
|
5 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
238 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 79) |
0.242
ms
|
4 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
253 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 284 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
293 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 91 AND il.`id_lang` = 1 ORDER by i.`position` |
0.242
ms
|
1 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
23 |
SELECT SQL_NO_CACHE `id_lang` FROM `y6374_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.241
ms
|
1 |
|
|
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
259 |
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 `y6374_product` p
INNER JOIN `y6374_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `y6374_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` = 730) |
0.241
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
447 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `y6374_category` c
LEFT JOIN `y6374_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 47 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Category.php:1577
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
408 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
439 |
SELECT SQL_NO_CACHE *
FROM `y6374_category` a
LEFT JOIN `y6374_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `y6374_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/classes/Link.php:397 (__construct)
/classes/Link.php:453 (getCategoryObject)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:87 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
76 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1 |
0.236
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
41 |
SELECT SQL_NO_CACHE id_shop
FROM `y6374_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:255 (getCurrent)
/classes/Cart.php:228 (setTaxCalculationMethod)
/classes/controller/FrontController.php:430 (__construct)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:268 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_classic_edition/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:308 (getService)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
202 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 624 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
430 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 41 LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
369 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/e0/a0/9a/e0a09aa2a456354ff2c94fdc02958724ecdb1690_2.file.btn-compare.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec2c2d5_11833168)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
54 |
SELECT SQL_NO_CACHE * FROM `y6374_image_type` WHERE 1 AND `suppliers` = 1 AND `theme_name` = 'akira-child-theme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.231
ms
|
32 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 27) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 538 AND `id_group` = 1 LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 624) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 414) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
38 |
SELECT SQL_NO_CACHE id_shop
FROM `y6374_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/classes/Tools.php:689 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:297 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_classic_edition/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:268 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_classic_edition/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:308 (getService)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
35 |
SELECT SQL_NO_CACHE `id_lang` FROM `y6374_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.227
ms
|
1 |
|
|
/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:219 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/CategoryController.php:83 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
0.227
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 46) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5523 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 536) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `y6374_hook_alias` |
0.226
ms
|
86 |
|
|
/classes/Hook.php:321
/classes/Hook.php:354 (getAllHookAliases)
/classes/Hook.php:839 (getHookAliasesFor)
/classes/Hook.php:966 (getHookModuleExecList)
/classes/Dispatcher.php:587 (exec)
/classes/Dispatcher.php:238 (loadRoutes)
/classes/Dispatcher.php:196 (__construct)
/index.php:78 (getInstance)
|
78 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1 |
0.226
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 622) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
224 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 719 AND `id_group` = 1 LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 379) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:297 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:37 (getPsAccountsService)
/var/cache/dev/Ps_checkout9433FrontContainer.php:1189 (__construct)
/var/cache/dev/Ps_checkout9433FrontContainer.php:1279 (getPsAccountRepositoryService)
/var/cache/dev/Ps_checkout9433FrontContainer.php:1269 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:231 (getFrontControllerValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1340 (getService)
/modules/ps_checkout/ps_checkout.php:770 (getService)
/classes/Hook.php:1251 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
286 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 76 AND il.`id_lang` = 1 ORDER by i.`position` |
0.222
ms
|
4 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
66 |
SELECT SQL_NO_CACHE `config`
FROM y6374_nrt_themect_page_config
WHERE `page_id` = 47
AND `page_type` = 'category' LIMIT 1 |
0.221
ms
|
0 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3637
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3005 (_getThemeCtPageConfig)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3225 (_getPageConfigOnFront)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3081 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3326 (_prepHook)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
177 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 414 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
381 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
417 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
70 |
SELECT SQL_NO_CACHE * FROM `y6374_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.220
ms
|
1 |
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3949
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2868 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3296 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3081 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3326 (_prepHook)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
454 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:246 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
157 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 131 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
371 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/e7/58/50e7588bf1dd9bf25b2218ba689151e8754053d0_2.file.btn-wishlist.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec339c1_46384308)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
20 |
SELECT SQL_NO_CACHE * FROM `y6374_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.217
ms
|
1 |
|
|
/classes/module/Module.php:2146
/classes/Hook.php:1064 (getExceptionsStatic)
/classes/Dispatcher.php:346 (exec)
/index.php:78 (dispatch)
|
414 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
131 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 231 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
55 |
SELECT SQL_NO_CACHE * FROM `y6374_image_type` WHERE 1 AND `products` = 1 AND `theme_name` = 'akira-child-theme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.214
ms
|
32 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
272 |
SELECT SQL_NO_CACHE * FROM `y6374_image_type` |
0.214
ms
|
32 |
|
|
/classes/ImageType.php:165
/classes/ImageType.php:206 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:220 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:103 (getImage)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::getAllProductImages():96})
/src/Adapter/Image/ImageRetriever.php:96 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
281 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 131
ORDER BY `position` |
0.214
ms
|
1 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 48) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:2506 (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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
451 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 116 AND `id_shop` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
108 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 14 LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:392 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3231 (tryGetBreadcrumb)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
194 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 539 AND `id_group` = 1 LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
433 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 32 LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
448 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `y6374_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Category.php:1582
/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:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_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/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1 |
0.210
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
167 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 74 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
56 |
SELECT SQL_NO_CACHE * FROM `y6374_image_type` WHERE 1 AND `stores` = 1 AND `theme_name` = 'akira-child-theme' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.209
ms
|
32 |
Yes
|
|
/classes/ImageType.php:113
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "facebookproductsfeed" LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:104 (isEnabled)
: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:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
219 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 698 AND `id_group` = 1 LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
274 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 47 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
361 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 66 LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/Category.php:1366
/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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
68 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/module/Module.php:2245
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3260 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3081 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3326 (_prepHook)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
255 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 284 AND `id_group` = 1 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
422 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 41 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/Category.php:1366
/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/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/9b/e3/509be3b62d79b9a4d65e83945b24e76c9d03583b_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec10e16_64829345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
276 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 154 AND il.`id_lang` = 1 ORDER by i.`position` |
0.204
ms
|
2 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
285 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `y6374_image` i
INNER JOIN y6374_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `y6374_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 76
ORDER BY `position` |
0.204
ms
|
4 |
Yes
|
|
/classes/Product.php:3259
/src/Adapter/Image/ImageRetriever.php:76 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
114 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "cdesigner" LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3370 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
93 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "steasycheckout" LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
247 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_attribute_lang`
WHERE `id_product_attribute` = 166 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5597 (__construct)
/classes/Product.php:5560 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
199 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 622 AND `id_group` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
455 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/module/Module.php:2245
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:246 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1 |
0.201
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `y6374_product_attribute_lang`
WHERE `id_product_attribute` = 46 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5597 (__construct)
/classes/Product.php:5560 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
152 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 153 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `y6374_country` a
LEFT JOIN `y6374_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 208) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2841 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3437 (getWishlistOptions)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
154 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 153 AND `id_group` = 1 LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
162 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 76 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
95 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "thecheckout" LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
435 |
SELECT SQL_NO_CACHE name FROM y6374_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 42 LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:85 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
288 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
263 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 800 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
88 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 74) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_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.196
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 76) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
237 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 79 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
282 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `y6374_product_attribute_image` pai
LEFT JOIN `y6374_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `y6374_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 131 AND il.`id_lang` = 1 ORDER by i.`position` |
0.196
ms
|
1 |
Yes
|
|
/classes/Product.php:2642
/src/Adapter/Image/ImageRetriever.php:82 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
302 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 21 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 730) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
83 |
SELECT SQL_NO_CACHE *
FROM `y6374_axon_creator_related` bc
LEFT JOIN `y6374_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.192
ms
|
8 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1030 (getRelatedByKey)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
57 |
SELECT SQL_NO_CACHE format
FROM `y6374_address_format`
WHERE `id_country` = 208 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/AddressFormat.php:651
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
248 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 104 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `y6374_country_lang`
WHERE `id_country` = 208 |
0.191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
117 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3373 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
269 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 66 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 51 AND `id_shop` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2245
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:268 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_classic_edition/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:308 (getService)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 284) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
453 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/module/Module.php:2245
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
172 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 91 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
179 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 414 AND `id_group` = 1 LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
149 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 154 AND `id_group` = 1 LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
100 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
325 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 13 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
239 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 79 AND `id_group` = 1 LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
452 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/var/cache/dev/smarty/compile/akira_child_theme/6e/e0/a2/6ee0a26920874717755fc7b6fdac3535871f5523_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edc5596_32308822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50edad385_30475820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2395 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3822 (fetch)
/classes/Hook.php:1251 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
50 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:104 (isEnabled)
: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:1364 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1343 (coreLoadModule)
/classes/Hook.php:1122 (getInstanceByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `y6374_stock_available`
WHERE (id_product = 154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
61 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM y6374_required_field |
0.175
ms
|
1 |
|
|
/classes/ObjectModel.php:1447
/classes/ObjectModel.php:1482 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1413 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:526 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
174 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 91 AND `id_group` = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
90 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3730 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3186 (getOPCModules)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `y6374_country`
WHERE `id_country` = 208 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:522 (getTemplateVarShop)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
358 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 114 AND `id_shop` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/cb/e6/11/cbe611c17741051a9b6b9fffbc6599338c1772d7_2.file.header.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebaa827_84519895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:392 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
372 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/50/e7/58/50e7588bf1dd9bf25b2218ba689151e8754053d0_2.file.btn-wishlist.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec339c1_46384308)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/d2/90/36d29070b98a8bc0ed54be56679b4d06e9042db5_2.file.product-7.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ec04458_59998441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/84/1a/03/841a036b5e0206e9ff37f48e1f79bfe36cb8668a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf61d7_93926346)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/fa/4d/1c/fa4d1c207c6fa670ad4a922e2bf34dc643a4e82d_2.file.products.tpl.php:56 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50ebf1d69_42178682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:174 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/7e/21/2a/7e212aae125c4a247c507446cfe920dfe55421fa_2.file.listing-1.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:408 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
147 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 154 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 536 AND `id_group` = 1 LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
458 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 115 AND `id_shop` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
459 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
229 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 90 AND `id_group` = 1 LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3370 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
123 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2841 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3437 (getWishlistOptions)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
159 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 131 AND `id_group` = 1 LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
169 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 74 AND `id_group` = 1 LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
164 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 76 AND `id_group` = 1 LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
258 |
SELECT SQL_NO_CACHE 1 FROM `y6374_specific_price` WHERE id_product = 730 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:432
/classes/SpecificPrice.php:520 (couldHaveSpecificPrice)
/classes/Product.php:3543 (getSpecificPrice)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 730 AND `id_group` = 1 LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
460 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 118 AND `id_shop` = 1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:272 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:428 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/55/08/a1/5508a1a027f8dbc250190a0f488039ceb6310abf_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb5f7d0_13283644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/26/71/ed/2671ed6db5d904a60a59e9fb225844a9aa82396b_2.file.product-list.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb49103_48255431)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b6/9f/07/b69f0785d64818e10a1f9f1691dff95ba4df8efb_2.file.category.tpl.php:72 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68e8d50eb44540_47179255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:725 (fetch)
/classes/controller/FrontController.php:709 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
71 |
SELECT SQL_NO_CACHE * FROM `y6374_nrt_custom_fonts` WHERE `active` = 1 |
0.147
ms
|
1 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3941
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3099 (get_css_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3326 (_prepHook)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 800 AND `id_group` = 1 LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_product_group_reduction_cache`
WHERE `id_product` = 231 AND `id_group` = 1 LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3707 (getValueForProduct)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
121 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/module/Module.php:2245
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2841 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3437 (getWishlistOptions)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
284 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `y6374_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 32 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Category.php:1366
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:69 (__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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
120 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2841 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3437 (getWishlistOptions)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `reduction`
FROM `y6374_group`
WHERE `id_group` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3711 (getReductionByIdGroup)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (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:179 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `id_module` FROM `y6374_module` WHERE `name` = "jwishlist" LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/module/Module.php:2758
/classes/module/Module.php:2244 (getModuleIdByName)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2841 (isEnabled)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3437 (getWishlistOptions)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3849 (printPixels)
/classes/Hook.php:1251 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:462 (coreCallHook)
/classes/Hook.php:1142 (callHookOn)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/listing/CategoryController.php:171 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|