129 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 181) AND (b.`id_shop` = 1) LIMIT 1 |
16.100
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
52 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-08-18 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `pre9347_category_product` cp
LEFT JOIN `pre9347_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `pre9347_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN pre9347_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `pre9347_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pre9347_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `pre9347_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `pre9347_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `pre9347_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `pre9347_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,9 |
15.866
ms
|
31 |
|
|
/classes/Category.php:1064
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:118 (getProductsOrCount)
/modules/ps_featuredproducts/ps_featuredproducts.php:296 (runQuery)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pre9347_module` m
INNER JOIN pre9347_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `pre9347_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pre9347_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
6.904
ms
|
354 |
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)
|
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 `pre9347_configuration` c
LEFT JOIN `pre9347_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.794
ms
|
740 |
|
|
/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)
|
89 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre9347_attribute` a
LEFT JOIN `pre9347_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre9347_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre9347_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre9347_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pre9347_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre9347_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 101
AND pac.`id_product_attribute` = 29
AND agl.`id_lang` = 1 |
5.196
ms
|
2 |
|
|
/classes/Product.php:7137
/classes/Product.php:5542 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
234 |
INSERT INTO `pre9347_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('401340', '1', '3628718123', '', '1', '1', '2025-08-18 22:13:52') |
4.524
ms
|
1 |
|
|
/classes/ObjectModel.php:543
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php: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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
6 |
SELECT SQL_NO_CACHE *
FROM `pre9347_country` a
LEFT JOIN `pre9347_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pre9347_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
4.424
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)
|
47 |
SELECT SQL_NO_CACHE hs.`id_homeslider_slides` as id_slide, hss.`position`, hss.`active`, hssl.`title`,
hssl.`url`, hssl.`legend`, hssl.`description`, hssl.`image`
FROM pre9347_homeslider hs
LEFT JOIN pre9347_homeslider_slides hss ON (hs.id_homeslider_slides = hss.id_homeslider_slides)
LEFT JOIN pre9347_homeslider_slides_lang hssl ON (hss.id_homeslider_slides = hssl.id_homeslider_slides)
WHERE id_shop = 1
AND hssl.id_lang = 1 AND hssl.`image` <> "" AND hss.`active` = 1
ORDER BY hss.position |
4.265
ms
|
3 |
Yes
|
|
/modules/ps_imageslider/ps_imageslider.php:723
/modules/ps_imageslider/ps_imageslider.php:584 (getSlides)
/modules/ps_imageslider/ps_imageslider.php:576 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
151 |
SELECT SQL_NO_CACHE i.`id_info` FROM `pre9347_info` i
LEFT JOIN `pre9347_info_shop` ish ON ish.`id_info` = i.`id_info`
WHERE ish.`id_shop` = 1 |
4.224
ms
|
1 |
|
|
/modules/ps_customtext/classes/CustomText.php:70
/modules/ps_customtext/ps_customtext.php:346 (getCustomTextIdByShop)
/modules/ps_customtext/ps_customtext.php:326 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre9347_hook` h
WHERE (h.active = 1) |
4.213
ms
|
1219 |
|
|
/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)
|
136 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
4.120
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/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 pre9347_shop_url su
LEFT JOIN pre9347_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'vinyle-bag.fr' OR su.domain_ssl = 'vinyle-bag.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
3.957
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)
|
54 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-18 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM pre9347_product p
LEFT JOIN pre9347_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pre9347_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pre9347_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (133,148,163,171,173,101,179,181,183) |
3.614
ms
|
9 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pre9347_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pre9347_hook_alias` ha
INNER JOIN `pre9347_hook` h ON ha.name = h.name |
3.269
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
32 |
SELECT SQL_NO_CACHE *
FROM pre9347_meta m
LEFT JOIN pre9347_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
3.253
ms
|
1 |
|
|
/classes/Meta.php:181
/classes/Meta.php:325 (getMetaByPage)
/classes/Meta.php:310 (getHomeMetas)
/classes/controller/FrontController.php:1744 (getMetaTags)
/classes/controller/FrontController.php:521 (getTemplateVarPage)
/classes/controller/FrontController.php:585 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
237 |
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `pre9347_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `pre9347_date_range`) LIMIT 1 |
3.071
ms
|
2748964 |
|
|
/classes/DateRange.php:57
/classes/Page.php:122 (getCurrentRange)
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 *
FROM `pre9347_category` a
LEFT JOIN `pre9347_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
3.014
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_featuredproducts/ps_featuredproducts.php:269 (__construct)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
152 |
SELECT SQL_NO_CACHE *
FROM `pre9347_info` a
LEFT JOIN `pre9347_info_lang` `b` ON a.`id_info` = b.`id_info` AND b.`id_lang` = 1
LEFT JOIN `pre9347_info_shop` `c` ON a.`id_info` = c.`id_info` AND c.`id_shop` = 1
WHERE (a.`id_info` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
3.009
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_customtext/ps_customtext.php:351 (__construct)
/modules/ps_customtext/ps_customtext.php:326 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
60 |
SELECT SQL_NO_CACHE tr.*
FROM `pre9347_tax_rule` tr
JOIN `pre9347_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 6
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 |
2.910
ms
|
1 |
Yes
|
|
/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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
65 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.807
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/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 pre9347_shop_group gs
LEFT JOIN pre9347_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pre9347_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
2.739
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)
|
19 |
SELECT SQL_NO_CACHE *
FROM `pre9347_currency` a
LEFT JOIN `pre9347_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pre9347_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
2.609
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
238 |
UPDATE `pre9347_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 1658
AND `id_page` = 1
AND `id_shop` = 1 |
2.599
ms
|
1 |
|
|
/classes/Page.php:131
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
59 |
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 `pre9347_hook_module` hm
STRAIGHT_JOIN `pre9347_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pre9347_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.537
ms
|
470 |
|
|
/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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/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 `pre9347_lang` l
LEFT JOIN `pre9347_lang_shop` ls ON (l.id_lang = ls.id_lang) |
2.508
ms
|
1 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
177 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.486
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980baf625_87106681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980b99638_93933765)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.ps_bestsellersviewstemplateshookps_bestsellers.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980b8c438_23365730)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_bestsellers/ps_bestsellers.php:192 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
164 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2025-08-18 00:00:00",
INTERVAL 20 DAY)) > 0 AS new FROM `pre9347_product_sale` ps
LEFT JOIN `pre9347_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `pre9347_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `pre9347_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `pre9347_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `pre9347_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `pre9347_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `pre9347_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 8
AND tr.`id_state` = 0
LEFT JOIN `pre9347_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN pre9347_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`active` = 1
AND product_shop.`visibility` != 'none'
ORDER BY `sales` DESC
LIMIT 0, 8 |
2.468
ms
|
8 |
|
|
/classes/ProductSale.php:150
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:230 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
51 |
SELECT SQL_NO_CACHE *
FROM `pre9347_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
2.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:178 (__construct)
/modules/ps_featuredproducts/ps_featuredproducts.php:269 (__construct)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
161 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2025-08-18 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `pre9347_product` p
INNER JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `pre9347_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `pre9347_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `pre9347_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `pre9347_product_attribute_shop` `product_attribute_shop` ON p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1
LEFT JOIN pre9347_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2025-08-18 00:00:00",
INTERVAL 20 DAY
)
) > 0)
ORDER BY product_shop.`date_add` DESC
LIMIT 9 |
2.368
ms
|
160 |
Yes
|
|
/classes/Product.php:2836
/modules/ps_newproducts/ps_newproducts.php:229 (getNewProducts)
/modules/ps_newproducts/ps_newproducts.php:212 (getNewProducts)
/modules/ps_newproducts/ps_newproducts.php:198 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
139 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_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; |
2.296
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
24 |
SELECT SQL_NO_CACHE *
FROM `pre9347_group` a
LEFT JOIN `pre9347_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
2.268
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
230 |
INSERT INTO `pre9347_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
2.259
ms
|
1 |
|
|
/classes/ObjectModel.php:543
/classes/ObjectModel.php:497 (add)
/classes/Guest.php:256 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
236 |
INSERT INTO `pre9347_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('395856', '', 'vinyle-bag.fr/index.php', '', '2025-08-18 22:13:52') |
2.004
ms
|
1 |
|
|
/classes/ObjectModel.php:543
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
28 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre9347_hook` |
1.860
ms
|
1219 |
|
|
/classes/Hook.php:1582
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:975 (getIdByName)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
158 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`,
IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
pl.`link_rewrite`, pl.`meta_description`, pl.`meta_title`,
pl.`name`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-08-18 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `pre9347_product` p
INNER JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN pre9347_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `pre9347_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `pre9347_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `pre9347_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `pre9347_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
WHERE product_shop.`active` = 1
AND product_shop.`show_price` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND p.`id_product` IN (56) |
1.856
ms
|
0 |
|
|
/classes/Product.php:3113
/modules/ps_specials/ps_specials.php:227 (getPricesDrop)
/modules/ps_specials/ps_specials.php:213 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:199 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
132 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 183) AND (b.`id_shop` = 1) LIMIT 1 |
1.791
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
88 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pre9347_product` p LEFT JOIN `pre9347_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pre9347_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 101 AND pa.`id_product` = 101 AND pa.`id_product_attribute` = 29 LIMIT 1 |
1.760
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5531 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
130 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 181
ORDER BY `position` |
1.755
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
106 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 133
ORDER BY `position` |
1.705
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
55 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 0 LIMIT 1 |
1.689
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
38 |
SELECT SQL_NO_CACHE format
FROM `pre9347_address_format`
WHERE `id_country` = 8 LIMIT 1 |
1.661
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
140 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (163) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.622
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
179 |
SELECT SQL_NO_CACHE 1 FROM pre9347_cart_product cp INNER JOIN pre9347_product p
ON (p.id_product = cp.id_product) INNER JOIN pre9347_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1.592
ms
|
1 |
|
|
/classes/Cart.php:3961
/classes/Cart.php:3942 (hasProducts)
/classes/Cart.php:2012 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/c2/b2/c6/c2b2c654ae477fff24b8f2166847414f0f36622c_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980cfe200_21259904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c81d40_40591236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
145 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.590
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
107 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 133 AND il.`id_lang` = 1 ORDER by i.`position` |
1.572
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
25 |
SELECT SQL_NO_CACHE *
FROM `pre9347_group_lang`
WHERE `id_group` = 1 |
1.567
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
146 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (183) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.552
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
143 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (101) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.521
ms
|
112 |
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
15 |
SELECT SQL_NO_CACHE * FROM `pre9347_currency` c ORDER BY `iso_code` ASC |
1.504
ms
|
1 |
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
112 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
1.498
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
144 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (179) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.487
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
235 |
INSERT IGNORE INTO `pre9347_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('395856', '1', '2025-08-18 22:13:52') |
1.478
ms
|
1 |
|
|
/classes/Connection.php:113
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
178 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (120) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.477
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980baf625_87106681)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980b99638_93933765)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/36/81/aa/3681aa30d1f85f48e2cf4794b77200e697f706a9_2.module.ps_bestsellersviewstemplateshookps_bestsellers.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980b8c438_23365730)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_bestsellers/ps_bestsellers.php:192 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
116 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 171) AND (b.`id_shop` = 1) LIMIT 1 |
1.472
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
133 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 183
ORDER BY `position` |
1.445
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
42 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pre9347_required_field |
1.422
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre9347_hook_alias` |
1.385
ms
|
88 |
|
|
/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)
|
61 |
SELECT SQL_NO_CACHE *
FROM `pre9347_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1 |
1.307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3643 (getTaxCalculator)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
29 |
SELECT SQL_NO_CACHE * FROM `pre9347_hook_module_exceptions`
WHERE `id_shop` IN (1) |
1.305
ms
|
1 |
|
|
/classes/module/Module.php:2146
/classes/Hook.php:1064 (getExceptionsStatic)
/classes/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
166 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-18 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM pre9347_product p
LEFT JOIN pre9347_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pre9347_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pre9347_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (133,120) |
1.297
ms
|
2 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:268 (assembleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
126 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 179) AND (b.`id_shop` = 1) LIMIT 1 |
1.269
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM pre9347_meta m
LEFT JOIN pre9347_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
1.266
ms
|
2 |
|
|
/classes/Meta.php:181
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
117 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 171
ORDER BY `position` |
1.241
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
180 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_cart_rule` WHERE ((date_to >= "2025-08-18 00:00:00" AND date_to <= "2025-08-18 23:59:59") OR (date_from >= "2025-08-18 00:00:00" AND date_from <= "2025-08-18 23:59:59") OR (date_from < "2025-08-18 00:00:00" AND date_to > "2025-08-18 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.214
ms
|
8 |
|
|
/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/classiclayouts_layout_full_width_tpl/c2/b2/c6/c2b2c654ae477fff24b8f2166847414f0f36622c_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980cfe200_21259904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c81d40_40591236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
30 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pre9347_module` m
LEFT JOIN `pre9347_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.193
ms
|
82 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96 (__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)
|
141 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (171) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.187
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
181 |
SELECT SQL_NO_CACHE * FROM `pre9347_cart_rule` cr
LEFT JOIN `pre9347_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 |
1.177
ms
|
5 |
|
|
/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/classiclayouts_layout_full_width_tpl/c2/b2/c6/c2b2c654ae477fff24b8f2166847414f0f36622c_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980cfe200_21259904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c81d40_40591236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
135 |
SELECT SQL_NO_CACHE *
FROM `pre9347_category` a
LEFT JOIN `pre9347_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre9347_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 |
1.167
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:260 (getCategoryLink)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
142 |
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 `pre9347_product_attribute` pa
INNER JOIN pre9347_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 `pre9347_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre9347_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre9347_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre9347_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (173) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.161
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:249 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
170 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 120 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 120 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.154
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_bestsellers/ps_bestsellers.php:268 (assembleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
207 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM pre9347_link_block lb
INNER JOIN pre9347_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
1.149
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php: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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 `pre9347_tax_lang`
WHERE `id_tax` = 32 |
1.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3643 (getTaxCalculator)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
85 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 101 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.136
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
69 |
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 `pre9347_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 `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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 |
1.121
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
109 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_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 |
1.117
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
73 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 163 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 163 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.108
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `pre9347_lang` a
LEFT JOIN `pre9347_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
1.086
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)
|
114 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 163
ORDER BY `position` |
1.083
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
119 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 173) AND (b.`id_shop` = 1) LIMIT 1 |
1.077
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
104 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133) AND (b.`id_shop` = 1) LIMIT 1 |
1.060
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
1.046
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)
/modules/ps_bestsellers/ps_bestsellers.php:271 (present)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
103 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 183 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 183 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.042
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
134 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 183 AND il.`id_lang` = 1 ORDER by i.`position` |
1.038
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
99 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 181 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.035
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
231 |
SELECT SQL_NO_CACHE `id_guest`
FROM `pre9347_connections`
WHERE `id_guest` = 401340
AND `date_add` > '2025-08-18 21:43:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
1.034
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php: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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
122 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product` a
LEFT JOIN `pre9347_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre9347_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
1.032
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
81 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 173 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 173 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.015
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
77 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.011
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
95 |
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 `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 179 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_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` = 179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
127 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 179
ORDER BY `position` |
0.999
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
57 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 133) |
0.991
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
131 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 181 AND il.`id_lang` = 1 ORDER by i.`position` |
0.989
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
182 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre9347_orders` o
LEFT JOIN `pre9347_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` = 5 LIMIT 1 |
0.977
ms
|
1 |
|
|
/classes/order/Order.php:864
/classes/CartRule.php:452 (getDiscountsCustomer)
/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/classiclayouts_layout_full_width_tpl/c2/b2/c6/c2b2c654ae477fff24b8f2166847414f0f36622c_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980cfe200_21259904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c81d40_40591236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
215 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms` a
LEFT JOIN `pre9347_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.967
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
110 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 148
ORDER BY `position` |
0.961
ms
|
17 |
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
196 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `pre9347_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.949
ms
|
1 |
|
|
/classes/Cart.php:1292
/src/Adapter/Presenter/Cart/CartLazyArray.php:247 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getProductsCount)
/var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:25 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d75e03_21157444)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
175 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 120
ORDER BY `position` |
0.928
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)
/modules/ps_bestsellers/ps_bestsellers.php:271 (present)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
120 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 173
ORDER BY `position` |
0.902
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
171 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 133
ORDER BY `position` |
0.895
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)
/modules/ps_bestsellers/ps_bestsellers.php:271 (present)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
71 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 163) |
0.889
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.880
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
79 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 173) |
0.863
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
83 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 101) |
0.844
ms
|
28 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
232 |
SELECT SQL_NO_CACHE id_page_type
FROM pre9347_page_type
WHERE name = 'index' LIMIT 1 |
0.844
ms
|
1 |
|
|
/classes/Page.php:100
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php: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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
93 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 179) |
0.843
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
97 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 181) |
0.843
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
67 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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.842
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
75 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 171) |
0.835
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
46 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pre9347_currency` c
LEFT JOIN pre9347_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.825
ms
|
1 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/classes/module/Module.php:2326 (isMultiCurrencyActivated)
/modules/ps_imageslider/ps_imageslider.php:575 (getCacheId)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
101 |
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 183) |
0.810
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
63 |
SELECT SQL_NO_CACHE tr.*
FROM `pre9347_tax_rule` tr
JOIN `pre9347_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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.809
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3669 (getTaxCalculator)
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5439 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
87 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pre9347_cart_product` cp
WHERE cp.`id_product_attribute` = 29
AND cp.`id_cart` = 0 AND cp.`id_product` = 101 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre9347_cart_product` cp JOIN `pre9347_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre9347_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 29
AND cp.`id_cart` = 0 AND p.`id_product_item` = 101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.789
ms
|
0 |
|
|
/classes/Cart.php:1421
/classes/Product.php:4078 (getProductQuantity)
/classes/Product.php:5523 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
124 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre9347_image` i
INNER JOIN pre9347_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre9347_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 101
ORDER BY `position` |
0.788
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `id_page`
FROM `pre9347_page`
WHERE `id_page_type` = 1 LIMIT 1 |
0.782
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php: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/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pre9347_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.776
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)
|
64 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.773
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
183 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_cart_rule` WHERE ((date_to >= "2025-08-18 00:00:00" AND date_to <= "2025-08-18 23:59:59") OR (date_from >= "2025-08-18 00:00:00" AND date_from <= "2025-08-18 23:59:59") OR (date_from < "2025-08-18 00:00:00" AND date_to > "2025-08-18 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.762
ms
|
8 |
|
|
/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/classiclayouts_layout_full_width_tpl/c2/b2/c6/c2b2c654ae477fff24b8f2166847414f0f36622c_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980cfe200_21259904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c81d40_40591236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
118 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 171 AND il.`id_lang` = 1 ORDER by i.`position` |
0.760
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
53 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `pre9347_product` p
INNER JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.758
ms
|
80 |
|
|
/classes/Category.php:991
/src/Adapter/Category/CategoryProductSearchProvider.php:95 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:119 (getProductsOrCount)
/modules/ps_featuredproducts/ps_featuredproducts.php:296 (runQuery)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *
FROM pre9347_meta m
LEFT JOIN pre9347_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.754
ms
|
2 |
|
|
/classes/Meta.php:181
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
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 `pre9347_product` p
INNER JOIN `pre9347_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre9347_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` = 120) |
0.751
ms
|
1 |
|
|
/classes/Product.php:3577
/classes/Product.php:3433 (priceCalculation)
/classes/Product.php:5405 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_bestsellers/ps_bestsellers.php:268 (assembleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `pre9347_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1 |
0.749
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
123 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre9347_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 28 LIMIT 1 |
0.744
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
113 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre9347_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 12 LIMIT 1 |
0.742
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *
FROM `pre9347_link_block_lang`
WHERE `id_link_block` = 1 |
0.736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
115 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 163 AND il.`id_lang` = 1 ORDER by i.`position` |
0.726
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
155 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE `from` BETWEEN '2025-08-18 00:00:00' AND '2025-08-18 23:59:59' LIMIT 1 |
0.706
ms
|
1 |
|
|
/classes/SpecificPrice.php:374
/classes/SpecificPrice.php:671 (computeExtraConditions)
/classes/Product.php:2872 (getProductIdByDate)
/classes/Product.php:3028 (_getProductIdByDate)
/modules/ps_specials/ps_specials.php:227 (getPricesDrop)
/modules/ps_specials/ps_specials.php:213 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:199 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
167 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 120 LIMIT 1 |
0.706
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)
/modules/ps_bestsellers/ps_bestsellers.php:268 (assembleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre9347_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.703
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
108 |
SELECT SQL_NO_CACHE * FROM `pre9347_image_type` |
0.701
ms
|
7 |
|
|
/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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "productcomments" LIMIT 1 |
0.696
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
147 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_banner" LIMIT 1 |
0.691
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
229 |
SELECT SQL_NO_CACHE `name`
FROM `pre9347_hook`
WHERE `id_hook` = 828 LIMIT 1 |
0.690
ms
|
1 |
|
|
/classes/Hook.php:267
/classes/Hook.php:1044 (getNameById)
/config/smarty.config.inc.php:208 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
31 |
SELECT SQL_NO_CACHE name, alias FROM `pre9347_hook_alias` |
0.686
ms
|
88 |
|
|
/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/controller/FrontController.php:957 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pre9347_lang` l
JOIN pre9347_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.671
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)
|
138 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.667
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/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:195 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:274 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classic/a6/82/4c/a6824cdb2281e3451c5a7ca1739e0c6d3d5cb225_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808e6705_17896379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/b7/39/e9/b739e9e341cf5babebd6505acda79898a6d8104b_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a389808c54d0_74563210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classic/fa/6c/c3/fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.ps_featuredproductsviewstemplateshookps_featuredproducts.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a3898088ef13_49921269)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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/ps_featuredproducts/ps_featuredproducts.php:250 (fetch)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
105 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre9347_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.657
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
27 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM pre9347_shop s |
0.647
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)
|
128 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 179 AND il.`id_lang` = 1 ORDER by i.`position` |
0.640
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
125 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 101 AND il.`id_lang` = 1 ORDER by i.`position` |
0.638
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
184 |
SELECT SQL_NO_CACHE * FROM `pre9347_cart_rule` cr
LEFT JOIN `pre9347_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.634
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/classiclayouts_layout_full_width_tpl/c2/b2/c6/c2b2c654ae477fff24b8f2166847414f0f36622c_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980cfe200_21259904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/be/bb/ba/bebbba0681ed4eb53bca8320f8a51ccde414f6b8_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c81d40_40591236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
228 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre9347_country`
WHERE `id_country` = 8 LIMIT 1 |
0.633
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)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 pre9347_shop s
LEFT JOIN pre9347_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.625
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)
|
174 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre9347_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 20 LIMIT 1 |
0.624
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)
/modules/ps_bestsellers/ps_bestsellers.php:271 (present)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `name`
FROM `pre9347_hook`
WHERE `id_hook` = 14 LIMIT 1 |
0.621
ms
|
1 |
|
|
/classes/Hook.php:267
/classes/Hook.php:1044 (getNameById)
/classes/controller/FrontController.php:589 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
33 |
SELECT SQL_NO_CACHE * FROM `pre9347_image_type` WHERE 1 AND `categories` = 1 AND `theme_name` = 'classic' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.615
ms
|
7 |
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
20 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre9347_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.607
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
176 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 120 AND il.`id_lang` = 1 ORDER by i.`position` |
0.603
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)
/modules/ps_bestsellers/ps_bestsellers.php:271 (present)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
111 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 148 AND il.`id_lang` = 1 ORDER by i.`position` |
0.602
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
204 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
0.602
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 148) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.600
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
172 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 133 AND il.`id_lang` = 1 ORDER by i.`position` |
0.599
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)
/modules/ps_bestsellers/ps_bestsellers.php:271 (present)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
149 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_customtext" LIMIT 1 |
0.599
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `pre9347_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.598
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)
|
40 |
SELECT SQL_NO_CACHE *
FROM `pre9347_country` a
LEFT JOIN `pre9347_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.595
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
66 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 148 LIMIT 1 |
0.595
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
41 |
SELECT SQL_NO_CACHE *
FROM `pre9347_country_lang`
WHERE `id_country` = 8 |
0.588
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre9347_country`
WHERE `id_country` = 8 LIMIT 1 |
0.583
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
0.581
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
148 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.581
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 120) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.580
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_bestsellers/ps_bestsellers.php:268 (assembleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
205 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.578
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
225 |
SELECT SQL_NO_CACHE *
FROM pre9347_meta m
LEFT JOIN pre9347_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.576
ms
|
1 |
|
|
/classes/Meta.php:181
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
162 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_bestsellers" LIMIT 1 |
0.574
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`
FROM `pre9347_specific_price`
WHERE `id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 3) AND
`from_quantity` = 1 AND
`reduction` > 0
AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-18 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-18 00:00:00' <= `to`) |
0.574
ms
|
1 |
|
|
/classes/SpecificPrice.php:672
/classes/Product.php:2872 (getProductIdByDate)
/classes/Product.php:3028 (_getProductIdByDate)
/modules/ps_specials/ps_specials.php:227 (getPricesDrop)
/modules/ps_specials/ps_specials.php:213 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:199 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.574
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
74 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 171 LIMIT 1 |
0.566
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.564
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
159 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_newproducts" LIMIT 1 |
0.562
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
78 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 173 LIMIT 1 |
0.559
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
121 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre9347_product_attribute_image` pai
LEFT JOIN `pre9347_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `pre9347_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 173 AND il.`id_lang` = 1 ORDER by i.`position` |
0.559
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:337 (present)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
199 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.550
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
90 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product_attribute` a
LEFT JOIN `pre9347_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 29) LIMIT 1 |
0.549
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
208 |
SELECT SQL_NO_CACHE *
FROM `pre9347_link_block` a
LEFT JOIN `pre9347_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 `id_module` FROM `pre9347_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.548
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
221 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms` a
LEFT JOIN `pre9347_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
0.548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 1 FROM `pre9347_specific_price` WHERE id_product = 163 LIMIT 1 |
0.548
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
17 |
SELECT SQL_NO_CACHE value FROM `pre9347_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.547
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
84 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.547
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
100 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 183 LIMIT 1 |
0.546
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
44 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
0.545
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
82 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 101 LIMIT 1 |
0.543
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.541
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
86 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 101) AND (id_product_attribute = 29) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.539
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5523 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
96 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 181 LIMIT 1 |
0.538
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
190 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.537
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
92 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 179 LIMIT 1 |
0.529
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
226 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.528
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
165 |
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb
FROM `pre9347_product_sale` ps
LEFT JOIN `pre9347_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN pre9347_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1 LIMIT 1 |
0.528
ms
|
8 |
|
|
/classes/ProductSale.php:60
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:84 (getNbSales)
/modules/ps_bestsellers/ps_bestsellers.php:230 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:197 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
194 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.525
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 *
FROM `pre9347_link_block` a
LEFT JOIN `pre9347_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 *
FROM `pre9347_cms` a
LEFT JOIN `pre9347_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
34 |
SELECT SQL_NO_CACHE * FROM `pre9347_image_type` WHERE 1 AND `manufacturers` = 1 AND `theme_name` = 'classic' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.514
ms
|
7 |
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
72 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 163) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
98 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
94 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 179) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.509
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
80 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 173) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.501
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
197 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.500
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.499
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `pre9347_link_block_lang`
WHERE `id_link_block` = 2 |
0.498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 `pre9347_image_type` WHERE 1 AND `stores` = 1 AND `theme_name` = 'classic' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.493
ms
|
7 |
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.493
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 `id_module` FROM `pre9347_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.492
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
36 |
SELECT SQL_NO_CACHE * FROM `pre9347_image_type` WHERE 1 AND `products` = 1 AND `theme_name` = 'classic' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.490
ms
|
7 |
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre9347_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:269
/classes/Product.php:4066 (getQuantityAvailableByProduct)
/classes/Product.php:5511 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
91 |
SELECT SQL_NO_CACHE *
FROM `pre9347_product_attribute_lang`
WHERE `id_product_attribute` = 29 |
0.489
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
21 |
SELECT SQL_NO_CACHE *
FROM `pre9347_currency` a
LEFT JOIN `pre9347_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.484
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
22 |
SELECT SQL_NO_CACHE *
FROM `pre9347_currency_lang`
WHERE `id_currency` = 1 |
0.479
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
35 |
SELECT SQL_NO_CACHE * FROM `pre9347_image_type` WHERE 1 AND `suppliers` = 1 AND `theme_name` = 'classic' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.477
ms
|
7 |
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/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `pre9347_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.469
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
206 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.466
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
163 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
187 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre9347_country`
WHERE `id_country` = 8 LIMIT 1 |
0.457
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)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
202 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
0.456
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
227 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
0.454
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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
186 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1 |
0.452
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
150 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
200 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1 |
0.444
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
153 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module` WHERE `name` = "ps_specials" LIMIT 1 |
0.440
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
18 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pre9347_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.440
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.438
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
3 |
SELECT SQL_NO_CACHE *
FROM `pre9347_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.427
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)
|
195 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
0.425
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
154 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
26 |
SELECT SQL_NO_CACHE id_shop
FROM `pre9347_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.413
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)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
23 |
SELECT SQL_NO_CACHE id_shop
FROM `pre9347_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/ObjectModel.php:1582
/classes/Tools.php:689 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
191 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
0.403
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
193 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
0.400
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
160 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
0.393
ms
|
1 |
|
|
/classes/module/Module.php:2245
/classes/Hook.php:1257 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_module` FROM `pre9347_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.391
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/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/0f/db/1c/0fdb1ce6c5bbf94b520b937e246217622ac0cc18_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980d35a80_95518240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
222 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
218 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
56 |
SELECT SQL_NO_CACHE 1 FROM `pre9347_specific_price` WHERE id_product = 133 LIMIT 1 |
0.378
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)
/modules/ps_featuredproducts/ps_featuredproducts.php:334 (assembleProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:255 (getProducts)
/modules/ps_featuredproducts/ps_featuredproducts.php:241 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms` a
LEFT JOIN `pre9347_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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 1 FROM `pre9347_specific_price` WHERE `to` BETWEEN '2025-08-18 00:00:00' AND '2025-08-18 23:59:59' LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/SpecificPrice.php:378
/classes/SpecificPrice.php:671 (computeExtraConditions)
/classes/Product.php:2872 (getProductIdByDate)
/classes/Product.php:3028 (_getProductIdByDate)
/modules/ps_specials/ps_specials.php:227 (getPricesDrop)
/modules/ps_specials/ps_specials.php:213 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:199 (getWidgetVariables)
/classes/Hook.php:1262 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1188 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:487 (run)
/index.php:78 (dispatch)
|
224 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:81
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|
223 |
SELECT SQL_NO_CACHE *
FROM `pre9347_cms` a
LEFT JOIN `pre9347_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:73
/classes/ObjectModel.php:219 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (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/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/02/20/eb/0220eb2780b16b19fc98317b0bdd3a0cbb28da8e_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980dbf697_27328091)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/16/ab/19/16ab19b7feeba0a0488075e7ab1af3935def8909_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c5f7c7_90646652)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/96/7a/57/967a57c3e0089eb659f0a8d963598ad9ef001dc0_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c50374_59647814)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/7e/5d/2e/7e5d2e0e572b31d7b7657c5f8adc81a530a42063_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c45567_19049326)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/classiclayouts_layout_full_width_tpl/2e/d0/ce/2ed0ce5ce121338a7a79e665dd9c16aaf64ef128_2.file.index.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a38980c39173_38842627)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.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)
|